org.oddjob.arooa.runtime
Class RuntimeListenerAdaptor
java.lang.Object
org.oddjob.arooa.runtime.RuntimeListenerAdaptor
- All Implemented Interfaces:
- EventListener, RuntimeListener
public class RuntimeListenerAdaptor
- extends Object
- implements RuntimeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeListenerAdaptor
public RuntimeListenerAdaptor()
afterConfigure
public void afterConfigure(RuntimeEvent event)
throws ArooaException
- Specified by:
afterConfigure in interface RuntimeListener
- Throws:
ArooaException
afterDestroy
public void afterDestroy(RuntimeEvent event)
throws ArooaException
- Specified by:
afterDestroy in interface RuntimeListener
- Throws:
ArooaException
afterInit
public void afterInit(RuntimeEvent event)
throws ArooaException
- Specified by:
afterInit in interface RuntimeListener
- Throws:
ArooaException
beforeConfigure
public void beforeConfigure(RuntimeEvent event)
throws ArooaException
- Specified by:
beforeConfigure in interface RuntimeListener
- Throws:
ArooaException
beforeDestroy
public void beforeDestroy(RuntimeEvent event)
throws ArooaException
- Specified by:
beforeDestroy in interface RuntimeListener
- Throws:
ArooaException
beforeInit
public void beforeInit(RuntimeEvent event)
throws ArooaException
- Specified by:
beforeInit in interface RuntimeListener
- Throws:
ArooaException