com.eviware.soapui.model.tree.nodes
Class TestCaseTreeNode.InternalTestSuiteListener

java.lang.Object
  extended by com.eviware.soapui.model.support.TestSuiteListenerAdapter
      extended by com.eviware.soapui.model.tree.nodes.TestCaseTreeNode.InternalTestSuiteListener
All Implemented Interfaces:
TestSuiteListener
Enclosing class:
TestCaseTreeNode

public class TestCaseTreeNode.InternalTestSuiteListener
extends TestSuiteListenerAdapter
implements TestSuiteListener


Constructor Summary
TestCaseTreeNode.InternalTestSuiteListener()
           
 
Method Summary
 void loadTestAdded(LoadTest loadTest)
           
 void loadTestRemoved(LoadTest loadTest)
           
 void testStepAdded(TestStep testStep, int index)
           
 void testStepRemoved(TestStep testStep, int index)
           
 
Methods inherited from class com.eviware.soapui.model.support.TestSuiteListenerAdapter
testCaseAdded, testCaseRemoved, testStepMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.eviware.soapui.model.testsuite.TestSuiteListener
testCaseAdded, testCaseRemoved, testStepMoved
 

Constructor Detail

TestCaseTreeNode.InternalTestSuiteListener

public TestCaseTreeNode.InternalTestSuiteListener()
Method Detail

testStepAdded

public void testStepAdded(TestStep testStep,
                          int index)
Specified by:
testStepAdded in interface TestSuiteListener
Overrides:
testStepAdded in class TestSuiteListenerAdapter

testStepRemoved

public void testStepRemoved(TestStep testStep,
                            int index)
Specified by:
testStepRemoved in interface TestSuiteListener
Overrides:
testStepRemoved in class TestSuiteListenerAdapter

loadTestAdded

public void loadTestAdded(LoadTest loadTest)
Specified by:
loadTestAdded in interface TestSuiteListener
Overrides:
loadTestAdded in class TestSuiteListenerAdapter

loadTestRemoved

public void loadTestRemoved(LoadTest loadTest)
Specified by:
loadTestRemoved in interface TestSuiteListener
Overrides:
loadTestRemoved in class TestSuiteListenerAdapter


Copyright © 2005-2007 eviware.com. All Rights Reserved.