ehcache

Uses of Interface
net.sf.ehcache.event.RegisteredEventListeners.ElementCreationCallback

Packages that use RegisteredEventListeners.ElementCreationCallback
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
 

Uses of RegisteredEventListeners.ElementCreationCallback in net.sf.ehcache.event
 

Methods in net.sf.ehcache.event with parameters of type RegisteredEventListeners.ElementCreationCallback
 void RegisteredEventListeners.notifyElementEvicted(RegisteredEventListeners.ElementCreationCallback callback, boolean remoteEvent)
          Notifies all registered listeners, in no guaranteed order, that an element has been evicted from the cache
 void RegisteredEventListeners.notifyElementExpiry(RegisteredEventListeners.ElementCreationCallback callback, boolean remoteEvent)
          Notifies all registered listeners, in no guaranteed order, that an element has expired
 void RegisteredEventListeners.notifyElementPut(RegisteredEventListeners.ElementCreationCallback callback, boolean remoteEvent)
          Notifies all registered listeners, in no guaranteed order, that an element was put into the cache
 void RegisteredEventListeners.notifyElementRemoved(RegisteredEventListeners.ElementCreationCallback callback, boolean remoteEvent)
          Notifies all registered listeners, in no guaranteed order, that an element was removed
 void RegisteredEventListeners.notifyElementUpdated(RegisteredEventListeners.ElementCreationCallback callback, boolean remoteEvent)
          Notifies all registered listeners, in no guaranteed order, that an element in the cache was updated
 


ehcache

Copyright 2001-2016, Terracotta, Inc.