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

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

public class UndoOperationCompletedEvent
extends OperationCompletedEvent

Event fired when an undo operation has completed.

Since:
TEE-SDK-10.1

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

UndoOperationCompletedEvent

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

getItems

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


© 2015 Microsoft. All rights reserved.