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

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

public class GetOperationCompletedEvent
extends OperationCompletedEvent

Event fired when a get operation has completed.

Since:
TEE-SDK-10.1

Constructor Summary
GetOperationCompletedEvent(EventSource source, Workspace workspace, GetRequest[] requests, GetStatus status)
           
 
Method Summary
 GetRequest[] getRequests()
           
 GetStatus getStatus()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.events.OperationCompletedEvent
getProcessType, getWorkspace
 
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

GetOperationCompletedEvent

public GetOperationCompletedEvent(EventSource source,
                                  Workspace workspace,
                                  GetRequest[] requests,
                                  GetStatus status)
Method Detail

getStatus

public GetStatus getStatus()
Returns:
the status object produced by the get operation that caused this event. null means the get operation did not fully complete.

getRequests

public GetRequest[] getRequests()
Returns:
the request objects that initiated this get operation.


© 2015 Microsoft. All rights reserved.