|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IElementEventHandler
This interface defines the behavior for event handler. Event handlers are transient. They are not replicated and are not written to disk.
If you want an event handler by default for all elements in a region, then you can add it to the default element attributes. This way it will get create whenever an item gets put into the cache.
| Method Summary | |
|---|---|
void |
handleElementEvent(IElementEvent event)
Handle events for this element. |
| Method Detail |
|---|
void handleElementEvent(IElementEvent event)
event - The event created by the cache.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||