Uses of Interface
com.opensymphony.oscache.base.events.ScopeEventListener

Packages that use ScopeEventListener
com.opensymphony.oscache.extra Provides some basic event handler implementations that aren't essential to the core OSCache code, but form a useful starting point for basic logging or further development. 
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support. 
 

Uses of ScopeEventListener in com.opensymphony.oscache.extra
 

Classes in com.opensymphony.oscache.extra that implement ScopeEventListener
 class ScopeEventListenerImpl
          Implementation of a ScopeEventListener that keeps track of the scope flush events.
 

Uses of ScopeEventListener in com.opensymphony.oscache.web
 

Methods in com.opensymphony.oscache.web with parameters of type ScopeEventListener
 void ServletCacheAdministrator.addScopeEventListener(ScopeEventListener listener)
          Register a listener for Cache Map events.
 void ServletCacheAdministrator.removeScopeEventListener(ScopeEventListener listener)
          Unregister a listener for Cache Map events.
 


See www.opensymphony.com for more information.