com.google.gwt.gadgets.client
Interface NeedsIntrinsics


Deprecated. use IoProvider instead.

@GadgetFeature.FeatureName(value="__@INTRINSIC@__")
@Deprecated
public interface NeedsIntrinsics

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


Method Summary
 void initializeFeature(IntrinsicFeature feature)
          Deprecated. Entry point that gets called back to handle intrinsic features initialization.
 

Method Detail

initializeFeature

void initializeFeature(IntrinsicFeature feature)
Deprecated. 
Entry point that gets called back to handle intrinsic features initialization.

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