info.magnolia.ui.vaadin.gwt.client.magnoliashell.event
Class ShellAppNavigationEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ShellNavigationHandler>
          extended by info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppNavigationEvent

public class ShellAppNavigationEvent
extends com.google.gwt.event.shared.GwtEvent<ShellNavigationHandler>

Navigation event fired when the controls in the headers are triggered.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ShellNavigationHandler> TYPE
           
 
Constructor Summary
ShellAppNavigationEvent(VMainLauncher.ShellAppType type, String token)
           
 
Method Summary
protected  void dispatch(ShellNavigationHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ShellNavigationHandler> getAssociatedType()
           
 String getToken()
           
 VMainLauncher.ShellAppType getType()
           
 String toString()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<ShellNavigationHandler> TYPE
Constructor Detail

ShellAppNavigationEvent

public ShellAppNavigationEvent(VMainLauncher.ShellAppType type,
                               String token)
Method Detail

dispatch

protected void dispatch(ShellNavigationHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ShellNavigationHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ShellNavigationHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ShellNavigationHandler>

getType

public VMainLauncher.ShellAppType getType()

getToken

public String getToken()

toString

public String toString()
Overrides:
toString in class com.google.web.bindery.event.shared.Event<ShellNavigationHandler>


Copyright © 2012 Magnolia International Ltd.. All Rights Reserved.