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 TypeMethodDescriptionvoidvalueChanged(Value val) Callback used byValueobjects to notify listener of change.
-
Method Details
-
valueChanged
Callback used byValueobjects to notify listener of change.
-