com.eviware.soapui.model.support
Class InterfaceListenerAdapter
java.lang.Object
com.eviware.soapui.model.support.InterfaceListenerAdapter
- All Implemented Interfaces:
- InterfaceListener
- Direct Known Subclasses:
- WsdlTestRequestStep.InternalInterfaceListener
public class InterfaceListenerAdapter
- extends java.lang.Object
- implements InterfaceListener
Adapter for InterfaceListener implementations
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceListenerAdapter
public InterfaceListenerAdapter()
operationAdded
public void operationAdded(Operation operation)
- Specified by:
operationAdded
in interface InterfaceListener
operationRemoved
public void operationRemoved(Operation operation)
- Specified by:
operationRemoved
in interface InterfaceListener
requestAdded
public void requestAdded(Request request)
- Specified by:
requestAdded
in interface InterfaceListener
requestRemoved
public void requestRemoved(Request request)
- Specified by:
requestRemoved
in interface InterfaceListener
operationUpdated
public void operationUpdated(Operation operation)
- Specified by:
operationUpdated
in interface InterfaceListener
Copyright © 2005-2008 eviware.com. All Rights Reserved.