public class PropUndoableAction<T> extends Object implements UndoableAction
| Constructor and Description |
|---|
PropUndoableAction(Supplier<T> newValue,
Supplier<net.thevpc.common.props.WritableValue<T>> propSupp,
String messageTemplate) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.msg.Message |
doAction(AppEvent event) |
protected void |
postDo() |
protected void |
postUndo() |
void |
redoAction(AppEvent event) |
void |
undoAction(AppEvent event) |
public net.thevpc.common.msg.Message doAction(AppEvent event)
doAction in interface UndoableActionprotected void postDo()
protected void postUndo()
public void undoAction(AppEvent event)
undoAction in interface UndoableActionpublic void redoAction(AppEvent event)
redoAction in interface UndoableActionCopyright © 2021 vpc open source initiative. All rights reserved.