Package | Description |
---|---|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
Modifier and Type | Method and Description |
---|---|
static RegisteredEventListeners.Event |
RegisteredEventListeners.Event.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegisteredEventListeners.Event[] |
RegisteredEventListeners.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
RegisteredEventListeners.invokeListener(CacheEventListener listener,
Element element,
RegisteredEventListeners.ElementCreationCallback callback,
RegisteredEventListeners.Event eventType) |
private void |
RegisteredEventListeners.notifyListener(CacheEventListener listener,
Element element,
RegisteredEventListeners.Event eventType) |