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(String id, Object o, String propertyName, Object propertyValue)
          The value of a property changed
 

Method Detail

propertyChanged

void propertyChanged(String id,
                     Object o,
                     String propertyName,
                     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 © 2010 eXo Platform SAS. All Rights Reserved.