Uses of Class
com.opensymphony.oscache.base.events.ScopeEvent

Packages that use ScopeEvent
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache.  
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.  
 

Uses of ScopeEvent in com.opensymphony.oscache.base.events
 

Methods in com.opensymphony.oscache.base.events with parameters of type ScopeEvent
 void ScopeEventListener.scopeFlushed(ScopeEvent event)
          Event fired when a specific or all scopes are flushed.
 

Uses of ScopeEvent in com.opensymphony.oscache.extra
 

Methods in com.opensymphony.oscache.extra with parameters of type ScopeEvent
 void ScopeEventListenerImpl.scopeFlushed(ScopeEvent event)
          Handles all the scope flush events.
 


OSCache Project Page