public static interface ChangeDataHolderEvent.ValueChange extends ChangeDataHolderEvent
ChangeDataHolderEvent.ValueChange| Modifier and Type | Method and Description |
|---|---|
DataTransactionResult |
getEndResult()
Gets the ending resulting
DataTransactionResult that will be
offered to the DataHolder. |
DataTransactionResult |
getOriginalChanges()
Gets the original
DataTransactionResult of the Values
that have changed in this event. |
ChangeDataHolderEvent.ValueChange |
proposeChanges(DataTransactionResult result)
Submits a new
DataTransactionResult as a proposal of various
Values to be successfully offered/changed on the original
DataHolder. |
getTargetHoldergetCause, getContext, getSourceisCancelled, setCancelledDataTransactionResult getOriginalChanges()
DataTransactionResult of the Values
that have changed in this event.ChangeDataHolderEvent.ValueChange proposeChanges(DataTransactionResult result)
DataTransactionResult as a proposal of various
Values to be successfully offered/changed on the original
DataHolder.
If the proposed DataTransactionResult provides additional
values that were not changed in the getOriginalChanges(),
the provided changes suggested to be successfully offered will be
re-offered
result - The resulting offerDataTransactionResult getEndResult()
DataTransactionResult that will be
offered to the DataHolder.