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

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

public class UndoOperationStartedEvent
extends OperationStartedEvent

Event fired when an undo operation has completed.

Since:
TEE-SDK-10.1

Constructor Summary
UndoOperationStartedEvent(EventSource source, Workspace workspace, ItemSpec[] items)
           
 
Method Summary
 ItemSpec[] getItems()
           
 
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

UndoOperationStartedEvent

public UndoOperationStartedEvent(EventSource source,
                                 Workspace workspace,
                                 ItemSpec[] items)
Method Detail

getItems

public ItemSpec[] getItems()
Returns:
the items which were undone.


© 2015 Microsoft. All rights reserved.