com.microsoft.tfs.core.clients.versioncontrol.events
Class WorkspaceUpdatedEvent
java.lang.Object
com.microsoft.tfs.core.clients.CoreClientEvent
com.microsoft.tfs.core.clients.versioncontrol.events.WorkspaceEvent
com.microsoft.tfs.core.clients.versioncontrol.events.WorkspaceUpdatedEvent
public class WorkspaceUpdatedEvent
- extends WorkspaceEvent
Event fired when a workspace is updated.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- unknown
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkspaceUpdatedEvent
public WorkspaceUpdatedEvent(EventSource source,
Workspace workspace,
java.lang.String originalName,
WorkspaceLocation originalLocation,
WorkspaceEvent.WorkspaceEventSource workspaceEventSource)
getOriginalName
public java.lang.String getOriginalName()
- Returns:
- the name of this workspace before this update, or
null
if the original name is unknown (event came
from another process)
getOriginalLocation
public WorkspaceLocation getOriginalLocation()
- Returns:
- the location of this workspace before this update, or
null
if the original location is unknown (event came
from another process)
© 2015 Microsoft. All rights reserved.