Package org.springframework.binding.value

Show UML class diagram
Core value model interfaces, for accessing values from abritrary sources.

See:
          Description

Interface Summary
CommitTriggerListener Interface to be implemented by classes that listen for the commit and revert events fired by a CommitTriger.
DerivedValueModel A value model that derives its value by applying some transformation to one or more source value models.
IndexAdapter Adds an index aspect to the backing object mostly used by collection type backing objects.
PropertyChangePublisher Interface implemented by domain objects that can publish property change events.
ValueChangeDetector Defines the operations for determining if two values (an old and a new value) are different enough to indicate a change in the value model.
ValueModel Describes models with a generic access to a single value that allow to observe value changes.
 

Class Summary
CommitTrigger A class that can be used to trigger an event on a group of objects.
 

Package org.springframework.binding.value Description

Core value model interfaces, for accessing values from abritrary sources.



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.