Class TopiaTransactionEvent
java.lang.Object
java.util.EventObject
org.nuiton.topia.persistence.event.TopiaTransactionEvent
- All Implemented Interfaces:
Serializable
Event fires for
TopiaTransactionListener.- Author:
- Benjamin Poussin - poussin@codelutin.com
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionTopiaTransactionEvent(TopiaPersistenceContext source, Map<TopiaEntity, EntityState> entities) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinalize()booleanisCreated(TopiaEntity entity) booleanisDeleted(TopiaEntity entity) booleanisLoaded(TopiaEntity entity) booleanisModification(TopiaEntity entity) booleanisRead(TopiaEntity entity) booleanisUpdated(TopiaEntity entity) booleanisWritten(TopiaEntity entity) Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
TopiaTransactionEvent
-
TopiaTransactionEvent
-
-
Method Details
-
getEntities
-
isLoaded
-
isRead
-
isCreated
-
isWritten
-
isUpdated
-
isDeleted
-
isModification
-
getSource
- Overrides:
getSourcein classEventObject
-
finalize
-