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

All Superinterfaces:
java.util.EventListener

public interface CommentChangedListener
extends java.util.EventListener

Defines an interface for listeners of the CommentChangedEvent.

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

Method Summary
 void onCommentChanged(CommentChangedEvent e)
          Invoked when the user's check-in comment changes PendingCheckinWorkItems object.
 

Method Detail

onCommentChanged

void onCommentChanged(CommentChangedEvent e)
Invoked when the user's check-in comment changes PendingCheckinWorkItems object.

Parameters:
e - the event that describes the changes.


© 2014 Microsoft. All rights reserved.