|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueListener | |
---|---|
org.apache.openjpa.lib.conf | Configuration Framework |
Uses of ValueListener in org.apache.openjpa.lib.conf |
---|
Classes in org.apache.openjpa.lib.conf that implement ValueListener | |
---|---|
class |
ConfigurationImpl
Default implementation of the Configuration interface. |
Methods in org.apache.openjpa.lib.conf that return types with arguments of type ValueListener | |
---|---|
List<ValueListener> |
Value.getListeners()
Gets unmodifable list of listeners for value changes. |
Methods in org.apache.openjpa.lib.conf with parameters of type ValueListener | |
---|---|
void |
Value.addListener(ValueListener listener)
Listener for value changes. |
void |
Value.removeListener(ValueListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |