com.eviware.soapui.actions
Class SaveAllProjectsAction
java.lang.Object
com.eviware.soapui.support.action.support.AbstractSoapUIAction<WorkspaceImpl>
com.eviware.soapui.actions.SaveAllProjectsAction
- All Implemented Interfaces:
- WorkspaceListener, SoapUIAction<WorkspaceImpl>, PropertyChangeNotifier
public class SaveAllProjectsAction
- extends AbstractSoapUIAction<WorkspaceImpl>
- implements WorkspaceListener
Action to save all projects
- Author:
- ole.matzura
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction |
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPUI_ACTION_ID
public static final java.lang.String SOAPUI_ACTION_ID
- See Also:
- Constant Field Values
SaveAllProjectsAction
public SaveAllProjectsAction()
perform
public void perform(WorkspaceImpl workspace,
java.lang.Object param)
- Specified by:
perform
in interface SoapUIAction<WorkspaceImpl>
projectAdded
public void projectAdded(Project project)
- Specified by:
projectAdded
in interface WorkspaceListener
projectChanged
public void projectChanged(Project project)
- Specified by:
projectChanged
in interface WorkspaceListener
projectRemoved
public void projectRemoved(Project project)
- Specified by:
projectRemoved
in interface WorkspaceListener
workspaceSwitched
public void workspaceSwitched(Workspace workspace)
- Specified by:
workspaceSwitched
in interface WorkspaceListener
workspaceSwitching
public void workspaceSwitching(Workspace workspace)
- Specified by:
workspaceSwitching
in interface WorkspaceListener
Copyright © 2005-2010 eviware.com. All Rights Reserved.