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
propertyChanged
void propertyChanged(String id,
Object o,
String propertyName,
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.