org.oddjob.arooa.runtime
Class RuntimeListenerAdapter
java.lang.Object
org.oddjob.arooa.runtime.RuntimeListenerAdapter
- All Implemented Interfaces:
- EventListener, RuntimeListener
public class RuntimeListenerAdapter
- extends Object
- implements RuntimeListener
Provide empty methods for RuntimeListener
s.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeListenerAdapter
public RuntimeListenerAdapter()
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