|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Command
A Command knows how to perform an action, undo it, and redo it. It has a name that can be used for menu items.
The concrete implementor CommandAdapter treats the name
as immutable; the setName method does nothing.
| Method Summary | |
|---|---|
void |
perform()
|
void |
redo()
|
void |
undo()
|
| Methods inherited from interface jimm.datavision.Nameable |
|---|
getName, setName |
| Method Detail |
|---|
void perform()
void undo()
void redo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||