com.opensymphony.oscache.base.events
Interface ScopeEventListener

All Superinterfaces:
CacheEventListener, EventListener
All Known Implementing Classes:
ScopeEventListenerImpl, StatisticListenerImpl

public interface ScopeEventListener
extends CacheEventListener

This is the interface to listen to scope events. The events are scope flushed and all scope flushed, and are dispatched thru this interface

Version:
$Revision: 254 $
Author:
Francois Beauregard

Method Summary
 void scopeFlushed(ScopeEvent event)
          Event fired when a specific or all scopes are flushed.
 

Method Detail

scopeFlushed

void scopeFlushed(ScopeEvent event)
Event fired when a specific or all scopes are flushed. Use getEventType to differentiate between the two.


OSCache Project Page