Package hu.netmind.beankeeper.event

Class Summary
AddedItemEvent Event indicates, that the specified item was added to the specified container.
AttributeEvent All events which revolve around the change to one given object's attriubte should extend this superclass.
ClearedContainerEvent Indicates, that the given attribute in the given object, which is a container type, was cleared (or cleaned).
ContainerItemEvent Event about a container item.
CreateObjectEvent This event is generated if an object is inserted (created).
DeleteObjectEvent This event is generated if an object is deleted (removed).
ModifyObjectEvent This event is generated if an object's attributes changed.
NodeStateChangeEvent This event is generated if the state of current node has changed.
ObjectEvent All events which revolve around the change to one object extend this base.
ObjectsFinalizationEvent This event is delivered when the changed objects are finalized in the database as part of the commit sequence.
RemoteStateChangeEvent This event is delivered if a remote node changes it's state.
RemoteTransactionPostCommitEvent This event is sent when a transaction is committed.
RemovedItemEvent The specified item was removed from the specified container.
TransactionCommitEndingEvent This event notifies the listener that the end serial is choosen for the transaction.
TransactionCommittedEvent This event is sent when the transaction given has committed physically.
TransactionCommittingEvent This event is sent when the transaction given is about to commit.
TransactionEvent This is the superclass for all transaction related events.
TransactionRolledbackEvent This event is sent when the transaction given has rolled back physically.
TransactionRollingbackEvent This event is sent when the transaction given is about to roll back.