Vordel SDK

com.vordel.es
Interface ESChangeListener

All Known Implementing Classes:
DelegatingFilterSynchronizer, ESChangeListenerAdapter, GlobalProperties

public interface ESChangeListener

Not implemented server side.
The interface which must be implemented by interested parties to listen for Entity change events on the EntityStore. Currently only implemented in client side ES proxy interface

See Also:
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.
 

Method Detail

entityUpdated

void entityUpdated(Entity entity)
An Entity's contents has changed.

Parameters:
entity - The entity which changed

entityDeleted

void entityDeleted(ESPK entityPK)
An Entity has been removed from the store.

Parameters:
entityPK - The PK of the deleted Entity

childAdded

void childAdded(Entity entity)
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.

Parameters:
entity - The child entity in question

childUpdated

void childUpdated(Entity entity)
A child Entity has been added to the parent Entity to which we are listening.

Parameters:
entity - The child entity in question

childDeleted

void childDeleted(ESPK parentPK,
                  ESPK childPK)
A child Entity has been removed from a parent Entity to which we are listening.

Parameters:
parentPK - The parent identifier
childPK - The deleted child identifier

Vordel SDK


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