Package org.apache.openjpa.lib.conf
Interface ValueListener
-
- All Known Implementing Classes:
ClassMapping
,ClassMetaData
,ConfigurationImpl
,DistributedJDBCConfigurationImpl
,JDBCConfigurationImpl
,OpenJPAConfigurationImpl
,SpecificationPlugin
,XMLConfiguration
public interface ValueListener
Components can listen onValue
objects for changes directly.- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
valueChanged(Value val)
Callback used byValue
objects to notify listener of change.
-