| Package | Description |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.notifications.event |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleListener.printDetailsWithFqn(NodeEvent e) |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl
Basic implementation of an event that covers all event types.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.