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

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

public class ActivateAppEvent
extends com.google.gwt.event.shared.GwtEvent<ActivateAppEvent.Handler>

Fired when there is a request to activate an app, to set the current app on the server.


Nested Class Summary
static interface ActivateAppEvent.Handler
          Handler of the ActivateAppEvent.
 
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<ActivateAppEvent.Handler> TYPE
           
 
Constructor Summary
ActivateAppEvent(String name)
           
 
Method Summary
protected  void dispatch(ActivateAppEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ActivateAppEvent.Handler> getAssociatedType()
           
 String getName()
           
 
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, 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.gwt.event.shared.GwtEvent.Type<ActivateAppEvent.Handler> TYPE
Constructor Detail

ActivateAppEvent

public ActivateAppEvent(String name)
Method Detail

dispatch

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

getAssociatedType

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

getName

public String getName()


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