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

All Superinterfaces:
java.util.EventListener

public interface CheckinListener
extends java.util.EventListener

Defines an interface for listeners of the CheckinEvent.

Since:
TEE-SDK-10.1

Method Summary
 void onCheckin(CheckinEvent e)
           
 

Method Detail

onCheckin

void onCheckin(CheckinEvent e)


© 2015 Microsoft. All rights reserved.