freemind.controller.actions
Class UndoActionHandler

java.lang.Object
  extended byfreemind.controller.actions.UndoActionHandler
All Implemented Interfaces:
ActionHandler

public class UndoActionHandler
extends java.lang.Object
implements ActionHandler


Constructor Summary
UndoActionHandler(ModeController adapter, UndoAction undo, RedoAction redo)
           
 
Method Summary
 void endTransaction(java.lang.String name)
           
 void executeAction(ActionPair pair)
           
 void startTransaction(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoActionHandler

public UndoActionHandler(ModeController adapter,
                         UndoAction undo,
                         RedoAction redo)
Parameters:
adapter -
redo -
undo -
Method Detail

executeAction

public void executeAction(ActionPair pair)
Specified by:
executeAction in interface ActionHandler

startTransaction

public void startTransaction(java.lang.String name)
Specified by:
startTransaction in interface ActionHandler
Parameters:
name -

endTransaction

public void endTransaction(java.lang.String name)
Specified by:
endTransaction in interface ActionHandler
Parameters:
name -