Vordel SDK

com.vordel.es
Class ESChangeListenerAdapter

java.lang.Object
  extended by com.vordel.es.ESChangeListenerAdapter
All Implemented Interfaces:
ESChangeListener
Direct Known Subclasses:
GlobalProperties

public class ESChangeListenerAdapter
extends java.lang.Object
implements ESChangeListener

Convienence class which implements the ESChangeListener interface. Override to listen to specific events of interest.


Constructor Summary
ESChangeListenerAdapter()
           
 
Method Summary
 void childAdded(Entity entity)
          A child Entity has been added to a parent Entity to which we are listening.
 void childDeleted(ESPK parentPK, ESPK childPK)
          A child Entity has been removed from a parent Entity to which we are listening.
 void childUpdated(Entity entity)
          A child Entity has been added to the parent Entity to which we are listening.
 void entityDeleted(ESPK entityPK)
          An Entity has been removed from the store.
 void entityUpdated(Entity entity)
          An Entity's contents has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESChangeListenerAdapter

public ESChangeListenerAdapter()
Method Detail

entityUpdated

public void entityUpdated(Entity entity)
Description copied from interface: ESChangeListener
An Entity's contents has changed.

Specified by:
entityUpdated in interface ESChangeListener
Parameters:
entity - The entity which changed

entityDeleted

public void entityDeleted(ESPK entityPK)
Description copied from interface: ESChangeListener
An Entity has been removed from the store.

Specified by:
entityDeleted in interface ESChangeListener
Parameters:
entityPK - The PK of the deleted Entity

childAdded

public void childAdded(Entity entity)
Description copied from interface: ESChangeListener
A child Entity has been added to a parent Entity to which we are listening. The exact parent can be identified from the child Entity itself.

Specified by:
childAdded in interface ESChangeListener
Parameters:
entity - The child entity in question

childUpdated

public void childUpdated(Entity entity)
Description copied from interface: ESChangeListener
A child Entity has been added to the parent Entity to which we are listening.

Specified by:
childUpdated in interface ESChangeListener
Parameters:
entity - The child entity in question

childDeleted

public void childDeleted(ESPK parentPK,
                         ESPK childPK)
Description copied from interface: ESChangeListener
A child Entity has been removed from a parent Entity to which we are listening.

Specified by:
childDeleted in interface ESChangeListener
Parameters:
parentPK - The parent identifier
childPK - The deleted child identifier

Vordel SDK


This documentation and all its contents and graphics, copyright © 1999 - 2011 Vordel