| Package | Description |
|---|---|
| org.oddjob.arooa.runtime |
Classes concerning runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationNodeEvent |
ModificationRefusedException.getConfigurationEvent() |
ConfigurationNodeEvent |
ModificationRefusedException.getConfigurationEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationNodeListener.childInserted(ConfigurationNodeEvent<P> nodeEvent)
Receive notification that a child has been inserted.
|
void |
ConfigurationNodeListener.childInserted(ConfigurationNodeEvent<P> nodeEvent)
Receive notification that a child has been inserted.
|
void |
ConfigurationNodeListener.childRemoved(ConfigurationNodeEvent<P> nodeEvent)
Receive notification that a child has been removed.
|
void |
ConfigurationNodeListener.childRemoved(ConfigurationNodeEvent<P> nodeEvent)
Receive notification that a child has been removed.
|
void |
ConfigurationNodeListener.insertRequest(ConfigurationNodeEvent<P> nodeEvent)
A
ConfigurationNode will make a request to all
listeners before inserting a node. |
void |
ConfigurationNodeListener.insertRequest(ConfigurationNodeEvent<P> nodeEvent)
A
ConfigurationNode will make a request to all
listeners before inserting a node. |
void |
ConfigurationNodeListener.removalRequest(ConfigurationNodeEvent<P> nodeEvent)
A
ConfigurationNode will make a request to all
listeners before removing a node. |
void |
ConfigurationNodeListener.removalRequest(ConfigurationNodeEvent<P> nodeEvent)
A
ConfigurationNode will make a request to all
listeners before removing a node. |
| Constructor and Description |
|---|
ModificationRefusedException(ConfigurationNodeEvent configurationEvent) |
ModificationRefusedException(ConfigurationNodeEvent configurationEvent) |
ModificationRefusedException(String message,
ConfigurationNodeEvent configurationEvent) |
ModificationRefusedException(String message,
ConfigurationNodeEvent configurationEvent) |
Copyright © 2023. All rights reserved.