com.eviware.soapui.model.support
Class MockRunListenerAdapter
java.lang.Object
com.eviware.soapui.model.support.MockRunListenerAdapter
- All Implemented Interfaces:
- MockRunListener
public class MockRunListenerAdapter
- extends java.lang.Object
- implements MockRunListener
Adapter for MockRunListeners
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockRunListenerAdapter
public MockRunListenerAdapter()
onMockRunnerStart
public void onMockRunnerStart(MockRunner mockRunner)
- Specified by:
onMockRunnerStart
in interface MockRunListener
onMockRunnerStop
public void onMockRunnerStop(MockRunner mockRunner)
- Specified by:
onMockRunnerStop
in interface MockRunListener
onMockResult
public void onMockResult(MockResult result)
- Specified by:
onMockResult
in interface MockRunListener
onMockRequest
public void onMockRequest(MockRunner runner,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
onMockRequest
in interface MockRunListener
Copyright © 2005-2007 eviware.com. All Rights Reserved.