|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheEvent
This class represents an internal cache event. If an event happens on a cached object the source object in CacheEvent is the cached object wich replastes to the event that just happened. If an event happens on a cache group, the source object in CacheEvent is the group name wich relates to the event that just happened. Applications can register a CacheEventListener to handle events. Currently, only the OBJECT_INVALIDATED event is defined.
Field Summary | |
---|---|
static int |
OBJECT_INVALIDATED
Deprecated. Indicate that a cache object or group has been invalidated |
Method Summary | |
---|---|
int |
getId()
Deprecated. Returns the event identifier associated with the event. |
Field Detail |
---|
static final int OBJECT_INVALIDATED
Method Detail |
---|
int getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |