info.magnolia.ui.api.app.registry
Interface AppRegistryEventHandler

All Superinterfaces:
info.magnolia.event.EventHandler

public interface AppRegistryEventHandler
extends info.magnolia.event.EventHandler

Event handler interface for listening to AppRegistryEvent.

See Also:
AppRegistryEvent, AppDescriptorRegistry

Method Summary
 void onAppRegistered(AppRegistryEvent event)
           
 void onAppReregistered(AppRegistryEvent event)
           
 void onAppUnregistered(AppRegistryEvent event)
           
 

Method Detail

onAppRegistered

void onAppRegistered(AppRegistryEvent event)

onAppReregistered

void onAppReregistered(AppRegistryEvent event)

onAppUnregistered

void onAppUnregistered(AppRegistryEvent event)


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