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
 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.



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