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

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

public class GetOperationStartedEvent
extends OperationStartedEvent

Event fired when a get operation has started.

Since:
TEE-SDK-10.1

Constructor Summary
GetOperationStartedEvent(EventSource source, Workspace workspace, GetRequest[] requests)
           
 
Method Summary
 GetRequest[] getRequests()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.events.OperationStartedEvent
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

GetOperationStartedEvent

public GetOperationStartedEvent(EventSource source,
                                Workspace workspace,
                                GetRequest[] requests)
Method Detail

getRequests

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


© 2015 Microsoft. All rights reserved.