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.

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

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.


© 2014 Microsoft. All rights reserved.