public class RuntimeListenerAdapter extends Object implements RuntimeListener
RuntimeListeners.| Constructor and Description |
|---|
RuntimeListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterConfigure(RuntimeEvent event)
Called by an
RuntimeConfiguration after performing the
configuration phase. |
void |
afterDestroy(RuntimeEvent event)
Called by an
RuntimeConfiguration after performing the
destroy phase. |
void |
afterInit(RuntimeEvent event)
Called by an
RuntimeConfiguration after performing the
initialisation phase. |
void |
beforeConfigure(RuntimeEvent event)
Called by an
RuntimeConfiguration before performing the
configuration phase. |
void |
beforeDestroy(RuntimeEvent event)
Called by an
RuntimeConfiguration before performing the
destroy phase. |
void |
beforeInit(RuntimeEvent event)
Called by an
RuntimeConfiguration before performing the
initialisation phase. |
public void afterConfigure(RuntimeEvent event) throws ArooaException
RuntimeListenerRuntimeConfiguration after performing the
configuration phase.afterConfigure in interface RuntimeListenerevent - The event. Never Null.ArooaExceptionpublic void afterDestroy(RuntimeEvent event) throws ArooaException
RuntimeListenerRuntimeConfiguration after performing the
destroy phase.afterDestroy in interface RuntimeListenerevent - The event. Never null.ArooaExceptionpublic void afterInit(RuntimeEvent event) throws ArooaException
RuntimeListenerRuntimeConfiguration after performing the
initialisation phase.afterInit in interface RuntimeListenerevent - The event. Never null.ArooaExceptionpublic void beforeConfigure(RuntimeEvent event) throws ArooaException
RuntimeListenerRuntimeConfiguration before performing the
configuration phase.beforeConfigure in interface RuntimeListenerevent - The event. Never null.ArooaExceptionpublic void beforeDestroy(RuntimeEvent event) throws ArooaException
RuntimeListenerRuntimeConfiguration before performing the
destroy phase.beforeDestroy in interface RuntimeListenerevent - The event. Never null.ArooaExceptionpublic void beforeInit(RuntimeEvent event) throws ArooaException
RuntimeListenerRuntimeConfiguration before performing the
initialisation phase.beforeInit in interface RuntimeListenerevent - The event.ArooaExceptionCopyright © 2023. All rights reserved.