Class ChangeEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<SelectionEventHandler>
-
- org.silverpeas.mobile.client.components.userselection.widgets.events.AbstractSelectionEvent
-
- org.silverpeas.mobile.client.components.userselection.widgets.events.ChangeEvent
-
public class ChangeEvent extends AbstractSelectionEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
-
Fields inherited from class org.silverpeas.mobile.client.components.userselection.widgets.events.AbstractSelectionEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description ChangeEvent(UserGroupItem select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(SelectionEventHandler handler)
UserGroupItem
getItem()
-
Methods inherited from class org.silverpeas.mobile.client.components.userselection.widgets.events.AbstractSelectionEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
ChangeEvent
public ChangeEvent(UserGroupItem select)
-
-
Method Detail
-
dispatch
protected void dispatch(SelectionEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<SelectionEventHandler>
-
getItem
public UserGroupItem getItem()
-
-