org.chromattic.core
Class EventBroadcaster
java.lang.Object
org.chromattic.core.EventBroadcaster
- All Implemented Interfaces:
- EventListener
public class EventBroadcaster
- extends Object
- implements EventListener
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBroadcaster
public EventBroadcaster()
addLifeCycleListener
public final void addLifeCycleListener(EventListener listener)
hasLifeCycleListeners
public boolean hasLifeCycleListeners()
hasStateChangeListeners
public boolean hasStateChangeListeners()
created
public void created(Object o)
loaded
public void loaded(org.chromattic.core.PersistentEntityContextState state,
Object o)
added
public void added(org.chromattic.core.PersistentEntityContextState state,
Object o)
removed
public void removed(String id,
String path,
String name,
Object o)
propertyChanged
public void propertyChanged(String id,
Object o,
String propertyName,
Object propertyValue)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.