Package org.jboss.cache.pojo.notification.event

Class Summary
ArrayModifiedEvent A notification that indicates an array was modified.
AttachedEvent A notification that indicates an object was attached to the cache instance.
DetachedEvent A notification that indicates an object was detached from the cache instance.
Event Base class for all POJO Cache events.
FieldModifiedEvent A notification that indicates a field was changed on an attached object.
ListModifiedEvent A notification that indicates an attached List was modified.
MapModifiedEvent A notification that indicates an attached Map was modified.
SetModifiedEvent A notification that indicates an attached Set was modified.
TransactionCompletedEvent A notification that indicates a transaction completed.
TransactionRegisteredEvent A notification that indicates a transaction has been registered.
 

Enum Summary
ListModifiedEvent.Operation  
MapModifiedEvent.Operation  
SetModifiedEvent.Operation