com.google.gwt.gadgets.client
Interface NeedsPubSub


@GadgetFeature.FeatureName(value="pubsub")
public interface NeedsPubSub

Indicates that a Gadget requires access to the pubsub features of the container.


Method Summary
 void initializeFeature(PubSubFeature feature)
          Entry point that gets called back to handle the PubSub feature initialization.
 

Method Detail

initializeFeature

void initializeFeature(PubSubFeature feature)
Entry point that gets called back to handle the PubSub feature initialization.

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