Class LoadingStateChangeEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<LoadingStateChangeEvent.Handler>
com.google.gwt.event.shared.GwtEvent<LoadingStateChangeEvent.Handler>
com.google.gwt.user.cellview.client.LoadingStateChangeEvent
An event used to indicate that the data loading state has changed.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceImplemented by handlers ofLoadingStateChangeEvent.static interfaceRepresents the current status of the data being loaded.Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GwtEvent.Type<LoadingStateChangeEvent.Handler> A singleton instance of Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispatch(LoadingStateChangeEvent.Handler handler) Should only be called byHandlerManager.Returns theEvent.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class.Get the newLoadingStateChangeEvent.LoadingStateassociated with this event.Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
A singleton instance of Type.
-
-
Constructor Details
-
LoadingStateChangeEvent
Construct a newLoadingStateChangeEvent.- Parameters:
state- the new state
-
-
Method Details
-
getAssociatedType
Description copied from class:EventReturns theEvent.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class.- Specified by:
getAssociatedTypein classGwtEvent<LoadingStateChangeEvent.Handler>- Returns:
- the type
-
getLoadingState
Get the newLoadingStateChangeEvent.LoadingStateassociated with this event.- Returns:
- the
LoadingStateChangeEvent.LoadingState
-
dispatch
Description copied from class:GwtEventShould only be called byHandlerManager. In other words, do not use or call.- Specified by:
dispatchin classGwtEvent<LoadingStateChangeEvent.Handler>- Parameters:
handler- handler- See Also:
-