Class NavigationAppInstanceChangedEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<NavigationEventHandler>
-
- org.silverpeas.mobile.client.apps.navigation.events.app.external.AbstractNavigationEvent
-
- org.silverpeas.mobile.client.apps.navigation.events.app.external.NavigationAppInstanceChangedEvent
-
public class NavigationAppInstanceChangedEvent extends AbstractNavigationEvent
-
-
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.apps.navigation.events.app.external.AbstractNavigationEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description NavigationAppInstanceChangedEvent(ApplicationInstanceDTO instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(NavigationEventHandler handler)
ApplicationInstanceDTO
getInstance()
-
Methods inherited from class org.silverpeas.mobile.client.apps.navigation.events.app.external.AbstractNavigationEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
NavigationAppInstanceChangedEvent
public NavigationAppInstanceChangedEvent(ApplicationInstanceDTO instance)
-
-
Method Detail
-
dispatch
protected void dispatch(NavigationEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<NavigationEventHandler>
-
getInstance
public ApplicationInstanceDTO getInstance()
-
-