Class AbstractOrgChartGroupeUIEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<OrgChartGroupUIEventHandler>
-
- org.silverpeas.mobile.client.apps.orgchartgroup.events.ui.AbstractOrgChartGroupeUIEvent
-
- Direct Known Subclasses:
ContactLoadedEvent
public abstract class AbstractOrgChartGroupeUIEvent extends com.google.gwt.event.shared.GwtEvent<OrgChartGroupUIEventHandler>
-
-
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 Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<OrgChartGroupUIEventHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description AbstractOrgChartGroupeUIEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<OrgChartGroupUIEventHandler>
getAssociatedType()
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<OrgChartGroupUIEventHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<OrgChartGroupUIEventHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<OrgChartGroupUIEventHandler>
-
-