info.magnolia.ui.api.app
Class AppLifecycleEvent

java.lang.Object
  extended by info.magnolia.ui.api.app.AppLifecycleEvent
All Implemented Interfaces:
info.magnolia.event.Event<AppLifecycleEventHandler>

public class AppLifecycleEvent
extends Object
implements info.magnolia.event.Event<AppLifecycleEventHandler>

Event fired when the lifecycle of an app changes.

See Also:
AppLifecycleEventHandler

Constructor Summary
AppLifecycleEvent(AppDescriptor app, AppLifecycleEventType eventType)
           
 
Method Summary
 void dispatch(AppLifecycleEventHandler handler)
           
 AppDescriptor getAppDescriptor()
           
 AppLifecycleEventType getEventType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLifecycleEvent

public AppLifecycleEvent(AppDescriptor app,
                         AppLifecycleEventType eventType)
Method Detail

getAppDescriptor

public AppDescriptor getAppDescriptor()

getEventType

public AppLifecycleEventType getEventType()

dispatch

public void dispatch(AppLifecycleEventHandler handler)
Specified by:
dispatch in interface info.magnolia.event.Event<AppLifecycleEventHandler>


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