org.oddjob.arooa.runtime
Class RuntimeListenerAdaptor

java.lang.Object
  extended by org.oddjob.arooa.runtime.RuntimeListenerAdaptor
All Implemented Interfaces:
EventListener, RuntimeListener

public class RuntimeListenerAdaptor
extends Object
implements RuntimeListener


Constructor Summary
RuntimeListenerAdaptor()
           
 
Method Summary
 void afterConfigure(RuntimeEvent event)
           
 void afterDestroy(RuntimeEvent event)
           
 void afterInit(RuntimeEvent event)
           
 void beforeConfigure(RuntimeEvent event)
           
 void beforeDestroy(RuntimeEvent event)
           
 void beforeInit(RuntimeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeListenerAdaptor

public RuntimeListenerAdaptor()
Method Detail

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