|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |