info.magnolia.ui.vaadin.gwt.client.applauncher.event
Class AppActivationEvent

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

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

Event of app activation.


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

AppActivationEvent

public AppActivationEvent(String appName)
Method Detail

getAppName

public String getAppName()

getAssociatedType

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

dispatch

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


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