org.ehcache.events
Interface StateChangeListener

All Known Subinterfaces:
CacheManagerListener

public interface StateChangeListener


Method Summary
 void stateTransition(Status from, Status to)
          Is notified when a state transition occurred.
 

Method Detail

stateTransition

void stateTransition(Status from,
                     Status to)
Is notified when a state transition occurred. Any exception thrown by this listener will not affect the transition.

Parameters:
from - previous state
to - new state