com.eviware.soapui.model.support
Class ProjectListenerAdapter

java.lang.Object
  extended by com.eviware.soapui.model.support.ProjectListenerAdapter
All Implemented Interfaces:
ProjectListener
Direct Known Subclasses:
WsdlTestRequestStep.InternalProjectListener

public class ProjectListenerAdapter
extends java.lang.Object
implements ProjectListener

Adapter for ProjectListener implementations

Author:
Ole.Matzura

Constructor Summary
ProjectListenerAdapter()
           
 
Method Summary
 void interfaceAdded(Interface iface)
           
 void interfaceRemoved(Interface iface)
           
 void testSuiteAdded(TestSuite testSuite)
           
 void testSuiteRemoved(TestSuite testSuite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectListenerAdapter

public ProjectListenerAdapter()
Method Detail

interfaceAdded

public void interfaceAdded(Interface iface)
Specified by:
interfaceAdded in interface ProjectListener

interfaceRemoved

public void interfaceRemoved(Interface iface)
Specified by:
interfaceRemoved in interface ProjectListener

testSuiteAdded

public void testSuiteAdded(TestSuite testSuite)
Specified by:
testSuiteAdded in interface ProjectListener

testSuiteRemoved

public void testSuiteRemoved(TestSuite testSuite)
Specified by:
testSuiteRemoved in interface ProjectListener


Copyright © 2005 eviware.com. All Rights Reserved.