com.google.gwt.gadgets.client
Interface NeedsAds

All Known Implementing Classes:
GadgetAds

@GadgetFeature.FeatureName(value="ads")
public interface NeedsAds

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


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

Method Detail

initializeFeature

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

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