public class UndoRedoEvent extends AbstractUndoRedoEvent
| Constructor and Description |
|---|
UndoRedoEvent(java.lang.Object source,
UndoableOperation operation,
boolean undo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUndo() |
getOperationgetSource, toStringpublic UndoRedoEvent(java.lang.Object source,
UndoableOperation operation,
boolean undo)
source - the source of this eventoperation - operation performedundo - undo performed? (re-do otherwise assumed)Copyright © 2018 SAP SE. All Rights Reserved.