public class SelectionChangeEvent extends GwtEvent<SelectionChangeEvent.Handler>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | SelectionChangeEvent.HandlerHandler interface for  SelectionChangeEventevents. | 
| static interface  | SelectionChangeEvent.HasSelectionChangedHandlersInterface specifying that a class can add
  SelectionChangeEvent.Handlers. | 
GwtEvent.Type<H>| Constructor and Description | 
|---|
| SelectionChangeEvent()Creates a selection change event. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dispatch(SelectionChangeEvent.Handler handler)Should only be called by  HandlerManager. | 
| static void | fire(SelectionChangeEvent.HasSelectionChangedHandlers source)Fires a selection change event on all registered handlers in the handler
 manager. | 
| GwtEvent.Type<SelectionChangeEvent.Handler> | getAssociatedType()Returns the  Event.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class. | 
| static GwtEvent.Type<SelectionChangeEvent.Handler> | getType()Gets the type associated with this event. | 
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic static void fire(SelectionChangeEvent.HasSelectionChangedHandlers source)
source - the source of the handlerspublic static GwtEvent.Type<SelectionChangeEvent.Handler> getType()
public final GwtEvent.Type<SelectionChangeEvent.Handler> getAssociatedType()
EventEvent.Type used to register this event, allowing an
 EventBus to find handlers of the appropriate class.getAssociatedType in class GwtEvent<SelectionChangeEvent.Handler>protected void dispatch(SelectionChangeEvent.Handler handler)
GwtEventHandlerManager. In other words, do not use
 or call.dispatch in class GwtEvent<SelectionChangeEvent.Handler>handler - handlerEventBus.dispatchEvent(Event, Object)