com.microsoft.tfs.core.clients.versioncontrol.events
Class WorkspaceCacheFileReloadedEvent

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by com.microsoft.tfs.core.clients.versioncontrol.events.WorkspaceCacheFileReloadedEvent

public class WorkspaceCacheFileReloadedEvent
extends CoreClientEvent

Event fired when Workstation reloads its workspace cache file.

Since:
TEE-SDK-11.0

Constructor Summary
WorkspaceCacheFileReloadedEvent(EventSource source, Workstation workstation)
           
 
Method Summary
 Workstation getWorkstation()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.CoreClientEvent
getEventSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkspaceCacheFileReloadedEvent

public WorkspaceCacheFileReloadedEvent(EventSource source,
                                       Workstation workstation)
Method Detail

getWorkstation

public Workstation getWorkstation()


© 2015 Microsoft. All rights reserved.