public interface ProjectListener extends SoapUIListener
Modifier and Type | Method and Description |
---|---|
void |
afterLoad(Project project) |
void |
beforeSave(Project project) |
void |
environmentAdded(Environment env) |
void |
environmentRemoved(Environment env,
int index) |
void |
environmentRenamed(Environment environment,
String oldName,
String newName) |
void |
environmentSwitched(Environment environment) |
void |
interfaceAdded(Interface iface) |
void |
interfaceRemoved(Interface iface) |
void |
interfaceUpdated(Interface iface) |
void |
mockServiceAdded(MockService mockService) |
void |
mockServiceRemoved(MockService mockService) |
void |
testSuiteAdded(TestSuite testSuite) |
void |
testSuiteMoved(TestSuite testSuite,
int index,
int offset) |
void |
testSuiteRemoved(TestSuite testSuite) |
void interfaceAdded(Interface iface)
void interfaceRemoved(Interface iface)
void interfaceUpdated(Interface iface)
void testSuiteAdded(TestSuite testSuite)
void testSuiteRemoved(TestSuite testSuite)
void testSuiteMoved(TestSuite testSuite, int index, int offset)
void mockServiceAdded(MockService mockService)
void mockServiceRemoved(MockService mockService)
void afterLoad(Project project)
void beforeSave(Project project)
void environmentAdded(Environment env)
void environmentRemoved(Environment env, int index)
void environmentSwitched(Environment environment)
void environmentRenamed(Environment environment, String oldName, String newName)
Copyright © 2019. All Rights Reserved.