jdave
Class DefaultLifecycleListener
java.lang.Object
jdave.DefaultLifecycleListener
- All Implemented Interfaces:
- ILifecycleListener
public class DefaultLifecycleListener
- extends Object
- implements ILifecycleListener
- Author:
- Mikko Peltonen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLifecycleListener
public DefaultLifecycleListener()
afterContextCreation
public void afterContextCreation(Object contextInstance,
Object createdContext)
- Description copied from interface:
ILifecycleListener
- Called just after context's
create method has been called.
- Specified by:
afterContextCreation in interface ILifecycleListener
- Parameters:
contextInstance - the holding contextcreatedContext - the object which was returned from create method
afterContextDestroy
public void afterContextDestroy(Object contextInstance)
- Description copied from interface:
ILifecycleListener
- Called just after context's
destroy method has been called.
- Specified by:
afterContextDestroy in interface ILifecycleListener
- Parameters:
contextInstance - the context instance
afterContextInstantiation
public void afterContextInstantiation(Object contextInstance)
- Description copied from interface:
ILifecycleListener
- Called just after a context has been instantiated.
- Specified by:
afterContextInstantiation in interface ILifecycleListener
- Parameters:
contextInstance - the instantiated context
Copyright © 2010. All Rights Reserved.