|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyListener | |
org.jconfig | |
org.jconfig.event |
Uses of PropertyListener in org.jconfig |
Classes in org.jconfig that implement PropertyListener | |
protected class |
DefaultConfiguration.MyCategoryListener
|
Methods in org.jconfig with parameters of type PropertyListener | |
void |
DefaultConfiguration.addPropertyListener(PropertyListener listener)
Adds the PropertyListener to the main category. |
void |
DefaultConfiguration.addPropertyListener(PropertyListener listener,
java.lang.String categoryName)
Adds the PropertyListener to the given category. |
void |
DefaultCategory.addPropertyListener(PropertyListener listener)
Adds the given listener to the list that wish to receive the PropertyChangedEvent . |
void |
DefaultCategory.removePropertyListener(PropertyListener listener)
Removes the given listener to the list that wish to receive the PropertyChangedEvent . |
void |
Category.addPropertyListener(PropertyListener listener)
Adds the given listener to the list that wish to receive the PropertyChangedEvent . |
void |
Category.removePropertyListener(PropertyListener listener)
Removes the given listener to the list that wish to receive the PropertyChangedEvent . |
void |
Configuration.addPropertyListener(PropertyListener listener)
Adds the PropertyListener to the main category. |
void |
Configuration.addPropertyListener(PropertyListener listener,
java.lang.String categoryName)
Adds the PropertyListener to the given category. |
Uses of PropertyListener in org.jconfig.event |
Subinterfaces of PropertyListener in org.jconfig.event | |
interface |
CategoryListener
A useful Listener if you want to be notified whenever the Category has changed. |
interface |
ConfigurationListener
To receive notifications when a Configuration changes one needs to implement this interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |