JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
void
valueChanged
(
Value
val)
Callback used by
Value
objects to notify listener of change.
Method Detail
valueChanged
void valueChanged(
Value
val)
Callback used by
Value
objects to notify listener of change.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method