|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.jboss.cache.pojo.notification.event.Event
public abstract class Event
Base class for all POJO Cache events.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Event(NotificationContext context,
java.lang.Object source,
boolean local)
|
|
| Method Summary | |
|---|---|
NotificationContext |
getContext()
Obtain the context associated with this notification. |
boolean |
isLocal()
Determines if this event originated locally. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event(NotificationContext context,
java.lang.Object source,
boolean local)
| Method Detail |
|---|
public boolean isLocal()
public NotificationContext getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||