com.google.gwt.gadgets.client
Interface NeedsSetTitle


@GadgetFeature.FeatureName(value="settitle")
public interface NeedsSetTitle

Indicates that a Gadget needs to be able to set its own title.


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

Method Detail

initializeFeature

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

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