|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectks.common.controller.UndoAdapter
Class that defines the interface for processing Undo events. Creation date: (10/11/01 7:23:29 PM)
Constructor Summary | |
UndoAdapter()
UndoAdapter constructor comment. |
Method Summary | |
boolean |
undoRequested()
Empty method that will be overridden by subclasses with real functionality If a move can't be undone, then false must be returned; otherwise true signals success. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UndoAdapter()
Method Detail |
public boolean undoRequested()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |