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 Type
    Method
    Description
    void
    Callback used by Value objects to notify listener of change.
  • Method Details

    • valueChanged

      void valueChanged(Value val)
      Callback used by Value objects to notify listener of change.