com.opensymphony.oscache.base.events
Interface ScopeEventListener
- All Superinterfaces:
- CacheEventListener, java.util.EventListener
- All Known Implementing Classes:
- ScopeEventListenerImpl
- 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: 1.1 $
- Author:
- Francois Beauregard
scopeFlushed
public void scopeFlushed(ScopeEvent event)
- Event fired when a specific or all scopes are flushed.
Use getEventType to differentiate between the two.