com.eviware.soapui.model.iface
Interface InterfaceListener
- All Known Implementing Classes:
- InterfaceListenerAdapter, RestTestRequestStep.InternalInterfaceListener, WsdlTestRequestStep.InternalInterfaceListener
public interface InterfaceListener
Listener for Interface-events
- Author:
- Ole.Matzura
operationAdded
void operationAdded(Operation operation)
operationRemoved
void operationRemoved(Operation operation)
operationUpdated
void operationUpdated(Operation operation)
requestAdded
void requestAdded(Request request)
requestRemoved
void requestRemoved(Request request)
Copyright © 2005-2008 eviware.com. All Rights Reserved.