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