Uses of Interface
org.jboss.cache.notifications.event.NodeEvent

Packages that use NodeEvent
org.jboss.cache   
org.jboss.cache.demo   
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.demo
 

Methods in org.jboss.cache.demo with parameters of type NodeEvent
 void JBossCacheGUI.nodeCreated(NodeEvent e)
           
 void JBossCacheGUI.nodeRemoved(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 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.