com.eviware.soapui.support.action
Interface SoapUIMultiAction

Type Parameters:
T -
All Superinterfaces:
PropertyChangeNotifier, SoapUIAction<ModelItem>
All Known Implementing Classes:
AbstractSoapUIMultiAction, MultiTestStepDeleteAction

public interface SoapUIMultiAction
extends SoapUIAction<ModelItem>

Extend SoapUIAction for multi-target actions

Author:
ole

Field Summary
 
Fields inherited from interface com.eviware.soapui.support.action.SoapUIAction
ENABLED_PROPERTY
 
Method Summary
 void perform(ModelItem[] targets, java.lang.Object param)
           
 
Methods inherited from interface com.eviware.soapui.support.action.SoapUIAction
applies, getDescription, getId, getName, isDefault, isEnabled, perform
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Method Detail

perform

void perform(ModelItem[] targets,
             java.lang.Object param)


Copyright © 2005-2009 eviware.com. All Rights Reserved.