com.eviware.soapui.model.support
Class MockRunListenerAdapter

java.lang.Object
  extended by com.eviware.soapui.model.support.MockRunListenerAdapter
All Implemented Interfaces:
MockRunListener

public class MockRunListenerAdapter
extends java.lang.Object
implements MockRunListener


Constructor Summary
MockRunListenerAdapter()
           
 
Method Summary
 void onMockRequest(MockRunner runner, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void onMockResult(MockResult result)
           
 void onMockRunnerStart(MockRunner mockRunner)
           
 void onMockRunnerStop(MockRunner mockRunner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockRunListenerAdapter

public MockRunListenerAdapter()
Method Detail

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.