info.magnolia.ui.api.app
Class AppLifecycleEventHandler.Adapter

java.lang.Object
  extended by info.magnolia.ui.api.app.AppLifecycleEventHandler.Adapter
All Implemented Interfaces:
info.magnolia.event.EventHandler, AppLifecycleEventHandler
Enclosing interface:
AppLifecycleEventHandler

public static class AppLifecycleEventHandler.Adapter
extends Object
implements AppLifecycleEventHandler

Simple stub so in case not all the methods need to be implemented.


Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.ui.api.app.AppLifecycleEventHandler
AppLifecycleEventHandler.Adapter
 
Constructor Summary
AppLifecycleEventHandler.Adapter()
           
 
Method Summary
 void onAppFocused(AppLifecycleEvent event)
           
 void onAppStarted(AppLifecycleEvent event)
           
 void onAppStopped(AppLifecycleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLifecycleEventHandler.Adapter

public AppLifecycleEventHandler.Adapter()
Method Detail

onAppFocused

public void onAppFocused(AppLifecycleEvent event)
Specified by:
onAppFocused in interface AppLifecycleEventHandler

onAppStopped

public void onAppStopped(AppLifecycleEvent event)
Specified by:
onAppStopped in interface AppLifecycleEventHandler

onAppStarted

public void onAppStarted(AppLifecycleEvent event)
Specified by:
onAppStarted in interface AppLifecycleEventHandler


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