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.

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

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.


© 2015 Microsoft. All rights reserved.