Class AbstractNavigationAppEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<NavigationAppEventHandler>
-
- org.silverpeas.mobile.client.apps.navigation.events.app.AbstractNavigationAppEvent
-
- Direct Known Subclasses:
LoadSpacesAndAppsEvent
public abstract class AbstractNavigationAppEvent extends com.google.gwt.event.shared.GwtEvent<NavigationAppEventHandler>
-
-
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<NavigationAppEventHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description AbstractNavigationAppEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<NavigationAppEventHandler>
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<NavigationAppEventHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<NavigationAppEventHandler> getAssociatedType()
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<NavigationAppEventHandler>
-
-