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

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by com.microsoft.tfs.core.clients.versioncontrol.events.BranchObjectUpdatedEvent

public class BranchObjectUpdatedEvent
extends CoreClientEvent

Event fired when a branch object has been successfully created or updated.

Since:
TEE-SDK-10.1

Constructor Summary
BranchObjectUpdatedEvent(EventSource source, BranchProperties branchProperties)
           
 
Method Summary
 BranchProperties getBranchProperties()
           
 
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

BranchObjectUpdatedEvent

public BranchObjectUpdatedEvent(EventSource source,
                                BranchProperties branchProperties)
Method Detail

getBranchProperties

public BranchProperties getBranchProperties()


© 2015 Microsoft. All rights reserved.