org.oddjob.arooa.runtime
Class RuntimeListenerAdapter

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

public class RuntimeListenerAdapter
extends Object
implements RuntimeListener

Provide empty methods for RuntimeListeners.

Author:
rob

Constructor Summary
RuntimeListenerAdapter()
           
 
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

RuntimeListenerAdapter

public RuntimeListenerAdapter()
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