com.microsoft.tfs.core.pendingcheckin.events
Interface AffectedTeamProjectsChangedListener

All Superinterfaces:
java.util.EventListener

public interface AffectedTeamProjectsChangedListener
extends java.util.EventListener

Defines an interface for listeners of the AffectedTeamProjectsChangedEvent.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Method Summary
 void onAffectedTeamProjectsChanged(AffectedTeamProjectsChangedEvent e)
          Invoked when the collection of affected team projects changes in a PendingCheckinPendingChanges object.
 

Method Detail

onAffectedTeamProjectsChanged

void onAffectedTeamProjectsChanged(AffectedTeamProjectsChangedEvent e)
Invoked when the collection of affected team projects changes in a PendingCheckinPendingChanges object.

Parameters:
e - the event that describes the changes.


© 2015 Microsoft. All rights reserved.