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

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.PendOperationStartedEvent

public class PendOperationStartedEvent
extends OperationStartedEvent

Event fired when a pend operation has started.

Since:
TEE-SDK-10.1

Constructor Summary
PendOperationStartedEvent(EventSource source, Workspace workspace, ChangeRequest[] requests)
           
 
Method Summary
 ChangeRequest[] 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

PendOperationStartedEvent

public PendOperationStartedEvent(EventSource source,
                                 Workspace workspace,
                                 ChangeRequest[] requests)
Method Detail

getRequests

public ChangeRequest[] getRequests()
Returns:
the request objects that were requested to be pended (but have not been tried yet).


© 2015 Microsoft. All rights reserved.