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

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

public class ResolveConflictStartedEvent
extends OperationStartedEvent

Event fired when conflict resolution has started.

Since:
TEE-SDK-10.1

Constructor Summary
ResolveConflictStartedEvent(EventSource source, Workspace workspace, Conflict conflict)
           
 
Method Summary
 Conflict getConflict()
           
 
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

ResolveConflictStartedEvent

public ResolveConflictStartedEvent(EventSource source,
                                   Workspace workspace,
                                   Conflict conflict)
Method Detail

getConflict

public Conflict getConflict()


© 2015 Microsoft. All rights reserved.