com.microsoft.tfs.core.pendingcheckin.events
Class CommentChangedEvent

java.lang.Object
  extended by com.microsoft.tfs.core.clients.CoreClientEvent
      extended by com.microsoft.tfs.core.pendingcheckin.events.CommentChangedEvent

public class CommentChangedEvent
extends CoreClientEvent

Event fired when the user's check-in comment text changes in a PendingCheckinWorkItems object.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Constructor Summary
CommentChangedEvent(EventSource source, java.lang.String newComment)
          Describes a check-in comment change.
 
Method Summary
 java.lang.String getNewComment()
           
 
Methods inherited from class com.microsoft.tfs.core.clients.CoreClientEvent
getEventSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentChangedEvent

public CommentChangedEvent(EventSource source,
                           java.lang.String newComment)
Describes a check-in comment change.

Parameters:
newComment - the user's new comment (may be null)
Method Detail

getNewComment

public java.lang.String getNewComment()
Returns:
the user's new check-in comment text, which may be null


© 2015 Microsoft. All rights reserved.