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(Object o)
persisted
public void persisted(Object o)
removed
public void removed(Object o)
propertyChanged
public void propertyChanged(Object o,
String propertyName,
Object propertyValue)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.