freemind.modes.mindmapmode.actions.xml
Class PrintActionHandler

java.lang.Object
  extended by freemind.modes.mindmapmode.actions.xml.PrintActionHandler
All Implemented Interfaces:
ActionHandler

public class PrintActionHandler
extends java.lang.Object
implements ActionHandler

Author:
foltin

Constructor Summary
PrintActionHandler(MindMapController c)
           
 
Method Summary
 void endTransaction(java.lang.String name)
           
 void executeAction(freemind.controller.actions.generated.instance.XmlAction action)
           
 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(MindMapController c)
Method Detail

startTransaction

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

endTransaction

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

executeAction

public void executeAction(freemind.controller.actions.generated.instance.XmlAction action)
Specified by:
executeAction in interface ActionHandler