com.centrasite.jaxr
Interface CentraSiteObjectCacheListener


public interface CentraSiteObjectCacheListener

Defines object cache listener interface.


Method Summary
 void cacheCleared(CentraSiteObjectCache oc)
          Called to notify the client that the object cache was cleared.
 

Method Detail

cacheCleared

void cacheCleared(CentraSiteObjectCache oc)
Called to notify the client that the object cache was cleared.

Parameters:
oc - the object cache generating this event.