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 Value s
that have changed in this event. |
ChangeDataHolderEvent.ValueChange |
proposeChanges(DataTransactionResult result)
Submits a new
DataTransactionResult as a proposal of various
Value s to be successfully offered/changed on the original
DataHolder . |
getTargetHolder
getCause, getContext, getSource
isCancelled, setCancelled
DataTransactionResult getOriginalChanges()
DataTransactionResult
of the Value
s
that have changed in this event.ChangeDataHolderEvent.ValueChange proposeChanges(DataTransactionResult result)
DataTransactionResult
as a proposal of various
Value
s 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
.