freemind.controller.actions
Class PrintActionHandler

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

public class PrintActionHandler
extends java.lang.Object
implements ActionHandler

Author:
foltin

Constructor Summary
PrintActionHandler(ModeController c)
           
 
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

PrintActionHandler

public PrintActionHandler(ModeController c)
Method Detail

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 -

executeAction

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