org.oddjob.arooa.runtime
Class AbstractRuntimeConfiguration
java.lang.Object
org.oddjob.arooa.runtime.AbstractRuntimeConfiguration
- All Implemented Interfaces:
- RuntimeConfiguration
public abstract class AbstractRuntimeConfiguration
- extends Object
- implements RuntimeConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRuntimeConfiguration
public AbstractRuntimeConfiguration()
addRuntimeListener
public void addRuntimeListener(RuntimeListener listener)
- Description copied from interface:
RuntimeConfiguration
- Add a
ConfigurationListner
.
- Specified by:
addRuntimeListener
in interface RuntimeConfiguration
removeRuntimeListener
public void removeRuntimeListener(RuntimeListener listener)
- Description copied from interface:
RuntimeConfiguration
- Remove a
RuntimeListener
.
- Specified by:
removeRuntimeListener
in interface RuntimeConfiguration
fireBeforeInit
protected void fireBeforeInit()
throws ArooaConfigurationException
- Throws:
ArooaConfigurationException
fireAfterInit
protected void fireAfterInit()
throws ArooaConfigurationException
- Throws:
ArooaConfigurationException
fireBeforeConfigure
protected void fireBeforeConfigure()
throws ArooaConfigurationException
- Throws:
ArooaConfigurationException
fireAfterConfigure
protected void fireAfterConfigure()
throws ArooaConfigurationException
- Throws:
ArooaConfigurationException
fireBeforeDestroy
protected void fireBeforeDestroy()
throws ArooaConfigurationException
- Throws:
ArooaConfigurationException
fireAfterDestroy
protected void fireAfterDestroy()
throws ArooaConfigurationException
- Throws:
ArooaConfigurationException