com.microsoft.tfs.core.clients.versioncontrol.events
Interface BranchCommittedListener

All Superinterfaces:
java.util.EventListener

public interface BranchCommittedListener
extends java.util.EventListener

Defines an interface for listeners of the BranchCommittedEvent.

Since:
TEE-SDK-10.1

Method Summary
 void onBranchCommitted(BranchCommittedEvent e)
           
 

Method Detail

onBranchCommitted

void onBranchCommitted(BranchCommittedEvent e)


© 2015 Microsoft. All rights reserved.