Uses of Class
org.jboss.cache.pojo.notification.event.Event

Packages that use Event
org.jboss.cache.pojo.notification.event   
 

Uses of Event in org.jboss.cache.pojo.notification.event
 

Subclasses of Event in org.jboss.cache.pojo.notification.event
 class ArrayModifiedEvent
          A notification that indicates an array was modified.
 class AttachedEvent
          A notification that indicates an object was attached to the cache instance.
 class DetachedEvent
          A notification that indicates an object was detached from the cache instance.
 class FieldModifiedEvent
          A notification that indicates a field was changed on an attached object.
 class ListModifiedEvent
          A notification that indicates an attached List was modified.
 class MapModifiedEvent
          A notification that indicates an attached Map was modified.
 class SetModifiedEvent
          A notification that indicates an attached Set was modified.
 class TransactionCompletedEvent
          A notification that indicates a transaction completed.
 class TransactionRegisteredEvent
          A notification that indicates a transaction has been registered.