|
||||||||||
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.NotesChangedEvent
public class NotesChangedEvent
Event fired when the user's check-in notes change in a
PendingCheckinNotes
object.
Constructor Summary | |
---|---|
NotesChangedEvent(EventSource source,
CheckinNote checkinNote)
Describes a check-in note change. |
Method Summary | |
---|---|
CheckinNote |
getCheckinNote()
|
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 NotesChangedEvent(EventSource source, CheckinNote checkinNote)
checkinNote
- the user's new check-in note (may be null
)Method Detail |
---|
public CheckinNote getCheckinNote()
CheckinNote
(never null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |