com.eviware.soapui.model.project
Interface ProjectListener

All Known Implementing Classes:
ProjectListenerAdapter, WsdlTestRequestStep.InternalProjectListener

public interface ProjectListener

Listener for Project-related events

Author:
Ole.Matzura

Method Summary
 void interfaceAdded(Interface iface)
           
 void interfaceRemoved(Interface iface)
           
 void testSuiteAdded(TestSuite testSuite)
           
 void testSuiteRemoved(TestSuite testSuite)
           
 

Method Detail

interfaceAdded

void interfaceAdded(Interface iface)

interfaceRemoved

void interfaceRemoved(Interface iface)

testSuiteAdded

void testSuiteAdded(TestSuite testSuite)

testSuiteRemoved

void testSuiteRemoved(TestSuite testSuite)


Copyright © 2005 eviware.com. All Rights Reserved.