public class AbstractUndoRedoEvent extends AbstractCockpitEvent
| Constructor and Description |
|---|
AbstractUndoRedoEvent(java.lang.Object source,
UndoableOperation operation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UndoableOperation |
getOperation() |
getSource, toStringpublic AbstractUndoRedoEvent(java.lang.Object source,
UndoableOperation operation)
source - the source of this eventoperation - undo-able operationpublic UndoableOperation getOperation()
Copyright © 2018 SAP SE. All Rights Reserved.