Uses of Class
org.graffiti.event.TransactionHashMap
Package | Description |
---|---|
org.graffiti.event |
Contains event classes and listener interfaces that are used to react to
events fired by the graph model.
|
-
Uses of TransactionHashMap in org.graffiti.event
Methods in org.graffiti.event that return TransactionHashMap Modifier and Type Method Description TransactionHashMap
TransactionEvent. getChangedObjects()
Returns theSet
of objects that have been changed during the transaction.Constructors in org.graffiti.event with parameters of type TransactionHashMap Constructor Description TransactionEvent(Object source, TransactionHashMap changedObjects)
Constructs a transaction event object with the specified source component.