ks.common.controller
Class UndoAdapter

java.lang.Object
  extended byks.common.controller.UndoAdapter
Direct Known Subclasses:
SolitaireUndoAdapter

public class UndoAdapter
extends java.lang.Object

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

UndoAdapter

public UndoAdapter()
UndoAdapter constructor comment.

Method Detail

undoRequested

public 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. Creation date: (10/11/01 7:25:48 PM)