Package | Description |
---|---|
org.apache.jcs.engine.control |
The primary cache classes and the hub.
|
org.apache.jcs.engine.control.event | |
org.apache.jcs.engine.control.event.behavior |
Modifier and Type | Method and Description |
---|---|
void |
CompositeCache.addElementEvent(IElementEventHandler hand,
IElementEvent event)
Adds an ElementEvent to be handled to the queue.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementEvent
Element events will trigger the creation of Element Event objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementEventQueue.addElementEvent(IElementEventHandler hand,
IElementEvent event)
Adds an ElementEvent to be handled
|
Modifier and Type | Method and Description |
---|---|
void |
IElementEventQueue.addElementEvent(IElementEventHandler hand,
IElementEvent event)
Adds an ElementEvent to be handled
|
void |
IElementEventHandler.handleElementEvent(IElementEvent event)
Handle events for this element.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.