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

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<ShellAppStartingEvent.Handler>
      extended by info.magnolia.ui.vaadin.gwt.client.magnoliashell.event.ShellAppStartingEvent

public class ShellAppStartingEvent
extends com.google.web.bindery.event.shared.Event<ShellAppStartingEvent.Handler>

Fired when a shell-app starts to load (transition is triggered). Emitter:

See Also:
Receiver:, MagnoliaShellConnector

Nested Class Summary
static interface ShellAppStartingEvent.Handler
          Handler interface for ShellAppStartingEvent.
 
Nested classes/interfaces inherited from class com.google.web.bindery.event.shared.Event
com.google.web.bindery.event.shared.Event.Type<H>
 
Field Summary
static com.google.web.bindery.event.shared.Event.Type<ShellAppStartingEvent.Handler> TYPE
           
 
Constructor Summary
ShellAppStartingEvent(ShellAppType type)
           
 
Method Summary
protected  void dispatch(ShellAppStartingEvent.Handler handler)
           
 com.google.web.bindery.event.shared.Event.Type<ShellAppStartingEvent.Handler> getAssociatedType()
           
 ShellAppType getType()
           
 
Methods inherited from class com.google.web.bindery.event.shared.Event
getSource, setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.web.bindery.event.shared.Event.Type<ShellAppStartingEvent.Handler> TYPE
Constructor Detail

ShellAppStartingEvent

public ShellAppStartingEvent(ShellAppType type)
Method Detail

getType

public ShellAppType getType()

dispatch

protected void dispatch(ShellAppStartingEvent.Handler handler)
Specified by:
dispatch in class com.google.web.bindery.event.shared.Event<ShellAppStartingEvent.Handler>

getAssociatedType

public com.google.web.bindery.event.shared.Event.Type<ShellAppStartingEvent.Handler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.web.bindery.event.shared.Event<ShellAppStartingEvent.Handler>


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