|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.CoreClientEvent
com.microsoft.tfs.core.pendingcheckin.events.CommentChangedEvent
public class CommentChangedEvent
Event fired when the user's check-in comment text changes in a
PendingCheckinWorkItems
object.
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 |
---|
public CommentChangedEvent(EventSource source, java.lang.String newComment)
newComment
- the user's new comment (may be null
)Method Detail |
---|
public java.lang.String getNewComment()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |