com.eviware.soapui.model.support
Class WorkspaceListenerAdapter
java.lang.Object
com.eviware.soapui.model.support.WorkspaceListenerAdapter
- All Implemented Interfaces:
- WorkspaceListener
public class WorkspaceListenerAdapter
- extends java.lang.Object
- implements WorkspaceListener
Adapter for WorkspaceListener implementations
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkspaceListenerAdapter
public WorkspaceListenerAdapter()
projectAdded
public void projectAdded(Project project)
- Specified by:
projectAdded
in interface WorkspaceListener
projectRemoved
public void projectRemoved(Project project)
- Specified by:
projectRemoved
in interface WorkspaceListener
projectChanged
public void projectChanged(Project project)
- Specified by:
projectChanged
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.