org.chromattic.api.event
Interface StateChangeListener
- All Superinterfaces:
- EventListener
public interface StateChangeListener
- extends EventListener
Allows for state change monitoring when the state of an object is changed.
- Version:
- $Revision$
- Author:
- Julien Viet
|
Method Summary |
void |
propertyChanged(java.lang.String id,
java.lang.Object o,
java.lang.String propertyName,
java.lang.Object propertyValue)
The value of a property changed |
propertyChanged
void propertyChanged(java.lang.String id,
java.lang.Object o,
java.lang.String propertyName,
java.lang.Object propertyValue)
- The value of a property changed
- Parameters:
id - the object ido - the objectpropertyName - the property namepropertyValue - the property value
Copyright © 2010 eXo Platform SAS. All Rights Reserved.