com.google.gwt.gadgets.client
Interface NeedsSetPrefs


@GadgetFeature.FeatureName(value="setprefs")
public interface NeedsSetPrefs

Indicates that a Gadget intends to save preferences data.


Method Summary
 void initializeFeature(SetPrefsFeature feature)
          Entry point that gets called back to handle set preferences feature initialization.
 

Method Detail

initializeFeature

void initializeFeature(SetPrefsFeature feature)
Entry point that gets called back to handle set preferences feature initialization.

Parameters:
feature - an instance of the feature to use to invoke feature specific methods.