|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.web.bindery.event.shared.Event<H> com.google.gwt.event.shared.GwtEvent<SelectionChangeEvent.Handler> com.google.gwt.view.client.SelectionChangeEvent
public class SelectionChangeEvent
Represents a selection change event.
Nested Class Summary | |
---|---|
static interface |
SelectionChangeEvent.Handler
Handler interface for SelectionChangeEvent events. |
static interface |
SelectionChangeEvent.HasSelectionChangedHandlers
Interface specifying that a class can add SelectionChangeEvent.Handler s. |
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
GwtEvent.Type<H> |
Constructor Summary | |
---|---|
SelectionChangeEvent()
Creates a selection change event. |
Method Summary | |
---|---|
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.Type used to register this event, allowing an
EventBus to find handlers of the appropriate class. |
static GwtEvent.Type<SelectionChangeEvent.Handler> |
getType()
Gets the type associated with this event. |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
SelectionChangeEvent()
Method Detail |
---|
public 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()
Event
Event.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)
GwtEvent
HandlerManager
. In other words, do not use
or call.
dispatch
in class GwtEvent<SelectionChangeEvent.Handler>
handler
- handlerEventBus.dispatchEvent(Event, Object)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |