net.sf.jameleon.ui
Class TestCasePane.ExecuteButtonAction

java.lang.Object
  extended by net.sf.jameleon.ui.TestCasePane.ExecuteButtonAction
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
TestCasePane

protected class TestCasePane.ExecuteButtonAction
extends Object
implements ActionListener


Constructor Summary
protected TestCasePane.ExecuteButtonAction(TestCasePane tcPane)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action occurs.
protected  Thread executeTestCase(FileNode fn, boolean debug, ExecuteTestCase executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCasePane.ExecuteButtonAction

protected TestCasePane.ExecuteButtonAction(TestCasePane tcPane)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener

executeTestCase

protected Thread executeTestCase(FileNode fn,
                                 boolean debug,
                                 ExecuteTestCase executor)


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.