|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
de.qfs.lib.config.ConfigurationEvent
This event encapsulates the details of a state change in a Configurable
registered with the Configuration
.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ConfigurationEvent(Configurable source,
java.lang.String name,
java.util.Properties state)
Create a new ConfigurationEvent. |
Method Summary | |
Configurable |
getConfigurable()
Get the changed Configurable. |
java.lang.String |
getConfigurableName()
Get the name under which the Configurable is registered. |
java.util.Properties |
state()
Get the new state of the Configurable. |
java.lang.String |
toString()
Get a String representation of the ConfigurationEvent |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigurationEvent(Configurable source, java.lang.String name, java.util.Properties state)
source
- The Configurable that changed state.name
- The name under which the Configurable is registered.state
- The new state of the Configurable.Method Detail |
public final java.lang.String getConfigurableName()
public final Configurable getConfigurable()
public final java.util.Properties state()
public java.lang.String toString()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |