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

Packages that use TransactionalEvent
org.jboss.cache.notifications.event   
 

Uses of TransactionalEvent in org.jboss.cache.notifications.event
 

Subinterfaces of TransactionalEvent 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 NodeEvent
          Transactional events that additionally expose an Fqn as such events pertain to a specific node.
 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.
 interface TransactionCompletedEvent
          This event is passed in to any method annotated with TransactionCompleted.
 interface TransactionRegisteredEvent
          This event is passed in to any method annotated with TransactionRegistered.
 

Classes in org.jboss.cache.notifications.event that implement TransactionalEvent
 class EventImpl
          Basic implementation of an event that covers all event types.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.