GWT 2.7.0

Uses of Interface
com.google.gwt.user.cellview.client.LoadingStateChangeEvent.Handler

Packages that use LoadingStateChangeEvent.Handler
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of LoadingStateChangeEvent.Handler in com.google.gwt.user.cellview.client
 

Fields in com.google.gwt.user.cellview.client with type parameters of type LoadingStateChangeEvent.Handler
static GwtEvent.Type<LoadingStateChangeEvent.Handler> LoadingStateChangeEvent.TYPE
          A singleton instance of Type.
 

Methods in com.google.gwt.user.cellview.client that return types with arguments of type LoadingStateChangeEvent.Handler
 GwtEvent.Type<LoadingStateChangeEvent.Handler> LoadingStateChangeEvent.getAssociatedType()
           
 

Methods in com.google.gwt.user.cellview.client with parameters of type LoadingStateChangeEvent.Handler
 HandlerRegistration HasDataPresenter.addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler handler)
           
 HandlerRegistration AbstractHasData.addLoadingStateChangeHandler(LoadingStateChangeEvent.Handler handler)
          Add a LoadingStateChangeEvent.Handler to be notified of changes in the loading state.
protected  void LoadingStateChangeEvent.dispatch(LoadingStateChangeEvent.Handler handler)
           
 


GWT 2.7.0