public interface AppHistory
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(UndoableAction action) |
void |
redoAction() |
net.thevpc.common.props.ObservableList<net.thevpc.common.msg.Message> |
redoList() |
void |
undoAction() |
net.thevpc.common.props.ObservableList<net.thevpc.common.msg.Message> |
undoList() |
void doAction(UndoableAction action)
void undoAction()
void redoAction()
net.thevpc.common.props.ObservableList<net.thevpc.common.msg.Message> undoList()
net.thevpc.common.props.ObservableList<net.thevpc.common.msg.Message> redoList()
Copyright © 2021 vpc open source initiative. All rights reserved.