org.mactor.ui.gui.actions
Class ExitAction

java.lang.Object
  extended by org.mactor.ui.gui.actions.ExitAction
All Implemented Interfaces:
GuiAction

public class ExitAction
extends java.lang.Object
implements GuiAction


Constructor Summary
ExitAction()
           
 
Method Summary
 boolean isPermitted(ProjectTreeNode selectedTreeNode, ProjectController projectController, java.lang.String[] parameters)
           
 void perform(ProjectTreeNode selectedTreeNode, ProjectController projectController, java.lang.String[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitAction

public ExitAction()
Method Detail

isPermitted

public boolean isPermitted(ProjectTreeNode selectedTreeNode,
                           ProjectController projectController,
                           java.lang.String[] parameters)
Specified by:
isPermitted in interface GuiAction

perform

public void perform(ProjectTreeNode selectedTreeNode,
                    ProjectController projectController,
                    java.lang.String[] parameters)
             throws MactorException
Specified by:
perform in interface GuiAction
Throws:
MactorException


Copyright © 2008. All Rights Reserved.