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

All Superinterfaces:
java.util.EventListener

public interface BranchObjectUpdatedListener
extends java.util.EventListener

Defines an interface for listeners of the BranchObjectUpdatedEvent.

Since:
TEE-SDK-10.1

Method Summary
 void onBranchObjectUpdated(BranchObjectUpdatedEvent e)
           
 

Method Detail

onBranchObjectUpdated

void onBranchObjectUpdated(BranchObjectUpdatedEvent e)


© 2015 Microsoft. All rights reserved.