Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.events.OperationStartedEvent

Packages that use OperationStartedEvent
com.microsoft.tfs.core.clients.versioncontrol.events   
 

Uses of OperationStartedEvent in com.microsoft.tfs.core.clients.versioncontrol.events
 

Subclasses of OperationStartedEvent in com.microsoft.tfs.core.clients.versioncontrol.events
 class GetOperationStartedEvent
          Event fired when a get operation has started.
 class MergeOperationStartedEvent
          Event fired when a merge operation has started.
 class PendOperationStartedEvent
          Event fired when a pend operation has started.
 class ResolveConflictsStartedEvent
          Event fired when conflict resolution has started.
 class ResolveConflictStartedEvent
          Event fired when conflict resolution has started.
 class RollbackOperationStartedEvent
          Event fired when a rollback operation has started.
 class UndoOperationStartedEvent
          Event fired when an undo operation has completed.
 class UnshelveShelvesetStartedEvent
          Event fired when an unshelve operation has started.
 

Methods in com.microsoft.tfs.core.clients.versioncontrol.events with parameters of type OperationStartedEvent
 void VersionControlEventEngine.fireOperationStarted(OperationStartedEvent event)
          This "fire" method requires the caller construct its own event, because OperationCompletedEvent is abstract and we must use derived classes.
 void OperationStartedListener.onOperationStarted(OperationStartedEvent e)
           
 



© 2015 Microsoft. All rights reserved.