Package org.apache.wicket
Interface IApplicationListener
-
- All Known Implementing Classes:
ApplicationListenerCollection
public interface IApplicationListenerApplicationlifecycle listener- Author:
- igor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidonAfterInitialized(Application application)Called after application instance has been initializeddefault voidonBeforeDestroyed(Application application)Called before application instance is destroyed
-
-
-
Method Detail
-
onAfterInitialized
default void onAfterInitialized(Application application)
Called after application instance has been initialized- Parameters:
application-
-
onBeforeDestroyed
default void onBeforeDestroyed(Application application)
Called before application instance is destroyed- Parameters:
application-
-
-