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 on
Value
objects for changes directly.- Author:
- Abe White
-
Method Summary
Modifier and TypeMethodDescriptionvoid
valueChanged
(Value val) Callback used byValue
objects to notify listener of change.
-
Method Details
-
valueChanged
Callback used byValue
objects to notify listener of change.
-