| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Command
General command pattern interface that supports the execution and the undoability of some code.
| Method Summary | |
|---|---|
|  void | execute()Executes the command. | 
|  void | redo()Executes the command after it has been undone. | 
|  void | undo()Undoes the effects of this command. | 
| Method Detail | 
|---|
void execute()
void undo()
void redo()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||