com.google.gwt.view.client
Class SelectionModel.SelectionChangeEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<SelectionModel.SelectionChangeHandler>
      extended by com.google.gwt.view.client.SelectionModel.SelectionChangeEvent
Enclosing interface:
SelectionModel<T>

public static class SelectionModel.SelectionChangeEvent
extends GwtEvent<SelectionModel.SelectionChangeHandler>

Represents a selection change event.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Method Summary
 GwtEvent.Type<SelectionModel.SelectionChangeHandler> getAssociatedType()
          Returns the type used to register this event.
static GwtEvent.Type<SelectionModel.SelectionChangeHandler> getType()
          Gets the type associated with this event.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public static GwtEvent.Type<SelectionModel.SelectionChangeHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public final GwtEvent.Type<SelectionModel.SelectionChangeHandler> getAssociatedType()
Description copied from class: GwtEvent
Returns the type used to register this event. Used by handler manager to dispatch events to the correct handlers.

Specified by:
getAssociatedType in class GwtEvent<SelectionModel.SelectionChangeHandler>
Returns:
the type