Uses of Interface
org.apache.openjpa.lib.conf.ValueListener

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)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.