oracle.jbo
Interface ViewClearCacheListener
- All Superinterfaces:
- java.util.EventListener
- public interface ViewClearCacheListener
- extends java.util.EventListener
Implemented by subscribers to view clear cache events generated by a view object.
cacheCleared
public void cacheCleared(ViewClearCacheEvent event)
- This event is fired when View Object caches are cleared.
A View Object cache can be cleared thourgh a call to
ViewObject.clearCache()
, or
Transaction.clearEntityCache(String), or
ApplicationModule.clearVOCaches(String, boolean)
.
- Parameters:
event
- describes the event.