org.apache.wicket
Interface IApplicationListener

All Known Implementing Classes:
ApplicationListenerCollection

public interface IApplicationListener

Application lifecycle listener

Author:
igor

Method Summary
 void onAfterInitialized(Application application)
          Called after application instance has been initialized
 void onBeforeDestroyed(Application application)
          Called before application instance is destroyed
 

Method Detail

onAfterInitialized

void onAfterInitialized(Application application)
Called after application instance has been initialized

Parameters:
application -

onBeforeDestroyed

void onBeforeDestroyed(Application application)
Called before application instance is destroyed

Parameters:
application -


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.