org.chromattic.core
Class EventBroadcaster

java.lang.Object
  extended by org.chromattic.core.EventBroadcaster
All Implemented Interfaces:
EventListener

public class EventBroadcaster
extends Object
implements EventListener

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
EventBroadcaster()
           
 
Method Summary
 void added(org.chromattic.core.PersistentEntityContextState state, Object o)
           
 void addLifeCycleListener(EventListener listener)
           
 void created(Object o)
           
 boolean hasLifeCycleListeners()
           
 boolean hasStateChangeListeners()
           
 void loaded(org.chromattic.core.PersistentEntityContextState state, Object o)
           
 void propertyChanged(String id, Object o, String propertyName, Object propertyValue)
           
 void removed(String id, String path, String name, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBroadcaster

public EventBroadcaster()
Method Detail

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.