com.google.gwt.gadgets.client
Interface NeedsGoogleAnalytics


@GadgetFeature.FeatureName(value="com.google.gadgets.analytics")
public interface NeedsGoogleAnalytics

Indicates that a Gadget requires the Google Analytics feature.


Method Summary
 void initializeFeature(GoogleAnalyticsFeature feature)
          Entry point that gets called back to handle analytics feature initialization.
 

Method Detail

initializeFeature

void initializeFeature(GoogleAnalyticsFeature feature)
Entry point that gets called back to handle analytics feature initialization.

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