Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo
Interface ViewClearCacheListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractRemoteApplicationModuleImpl

public interface ViewClearCacheListener
extends java.util.EventListener

Implemented by subscribers to view clear cache events generated by a view object.


Method Summary
 void cacheCleared(ViewClearCacheEvent event)
          This event is fired when View Object caches are cleared.

 

Method Detail

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.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.