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
 

Method Detail

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 id
o - the object
propertyName - the property name
propertyValue - the property value


Copyright © 2013 eXo Platform SAS. All Rights Reserved.