com.google.gwt.gadgets.client
Interface NeedsAnalytics


Deprecated. NeedsGoogleAnalytics

@GadgetFeature.FeatureName(value="analytics")
@Deprecated
public interface NeedsAnalytics

Indicates that a Gadget requires the Google Analytics feature.


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

Method Detail

initializeFeature

void initializeFeature(AnalyticsFeature feature)
Deprecated. 
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.