info.magnolia.ui.api.app.registry
Class AppRegistryEvent

java.lang.Object
  extended by info.magnolia.ui.api.app.registry.AppRegistryEvent
All Implemented Interfaces:
info.magnolia.event.Event<AppRegistryEventHandler>

public class AppRegistryEvent
extends Object
implements info.magnolia.event.Event<AppRegistryEventHandler>

Event fired by AppDescriptorRegistry when changes are made to the apps it manages.

See Also:
AppRegistryEventHandler, AppDescriptorRegistry

Constructor Summary
AppRegistryEvent(AppDescriptor appDescriptor, AppRegistryEventType eventType)
           
 
Method Summary
 void dispatch(AppRegistryEventHandler handler)
           
 AppDescriptor getAppDescriptor()
           
 AppRegistryEventType getEventType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppRegistryEvent

public AppRegistryEvent(AppDescriptor appDescriptor,
                        AppRegistryEventType eventType)
Method Detail

getEventType

public AppRegistryEventType getEventType()

getAppDescriptor

public AppDescriptor getAppDescriptor()

dispatch

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


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