|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeEvent | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.notifications.event | |
| Uses of NodeEvent in org.jboss.cache |
|---|
| Methods in org.jboss.cache with parameters of type NodeEvent | |
|---|---|
void |
ConsoleListener.printDetailsWithFqn(NodeEvent e)
|
| Uses of NodeEvent in org.jboss.cache.notifications.event |
|---|
| Subinterfaces of NodeEvent in org.jboss.cache.notifications.event | |
|---|---|
interface |
NodeActivatedEvent
This event is passed in to any method annotated with NodeActivated. |
interface |
NodeCreatedEvent
This event is passed in to any method annotated with NodeCreated. |
interface |
NodeEvictedEvent
This event is passed in to any method annotated with NodeEvicted. |
interface |
NodeInvalidatedEvent
Notifies a listener of an invalidation event |
interface |
NodeLoadedEvent
This event is passed in to any method annotated with NodeLoaded. |
interface |
NodeModifiedEvent
This event is passed in to any method annotated with NodeModified |
interface |
NodeMovedEvent
This event is passed in to any method annotated with NodeMoved. |
interface |
NodePassivatedEvent
This event is passed in to any method annotated with NodePassivated. |
interface |
NodeRemovedEvent
This event is passed in to any method annotated with NodeRemoved. |
interface |
NodeVisitedEvent
This event is passed in to any method annotated with NodeVisited. |
| Classes in org.jboss.cache.notifications.event that implement NodeEvent | |
|---|---|
class |
EventImpl
Basic implementation of an event that covers all event types. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||