info.magnolia.ui.api.app
Interface AppLifecycleEventHandler

All Superinterfaces:
info.magnolia.event.EventHandler
All Known Implementing Classes:
AppLifecycleEventHandler.Adapter

public interface AppLifecycleEventHandler
extends info.magnolia.event.EventHandler

Event handler interface for listening to AppLifecycleEvent.

See Also:
AppLifecycleEvent

Nested Class Summary
static class AppLifecycleEventHandler.Adapter
          Simple stub so in case not all the methods need to be implemented.
 
Method Summary
 void onAppFocused(AppLifecycleEvent event)
           
 void onAppStarted(AppLifecycleEvent event)
           
 void onAppStopped(AppLifecycleEvent event)
           
 

Method Detail

onAppFocused

void onAppFocused(AppLifecycleEvent event)

onAppStopped

void onAppStopped(AppLifecycleEvent event)

onAppStarted

void onAppStarted(AppLifecycleEvent event)


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