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

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

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

Fired when a shell-app UI is loaded (transition is finished). Emitter:

See Also:
Receiver:, MagnoliaShellConnector

Nested Class Summary
static interface ShellAppStartedEvent.Handler
          Handler interface for ShellAppStartedEvent.
 
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<ShellAppStartedEvent.Handler> TYPE
           
 
Constructor Summary
ShellAppStartedEvent(ShellAppType type)
           
 
Method Summary
protected  void dispatch(ShellAppStartedEvent.Handler handler)
           
 com.google.web.bindery.event.shared.Event.Type<ShellAppStartedEvent.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<ShellAppStartedEvent.Handler> TYPE
Constructor Detail

ShellAppStartedEvent

public ShellAppStartedEvent(ShellAppType type)
Method Detail

getType

public ShellAppType getType()

dispatch

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

getAssociatedType

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


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