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

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

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

Fired when an app has to be loaded. Emitter:

See Also:
Receiver:, AppsViewportConnector

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

AppRequestedEvent

public AppRequestedEvent(String appName)
Method Detail

getAppName

public String getAppName()

dispatch

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

getAssociatedType

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


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