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

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

public class NotesChangedEvent
extends CoreClientEvent

Event fired when the user's check-in notes change in a PendingCheckinNotes object.

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

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

NotesChangedEvent

public NotesChangedEvent(EventSource source,
                         CheckinNote checkinNote)
Describes a check-in note change.

Parameters:
checkinNote - the user's new check-in note (may be null)
Method Detail

getCheckinNote

public CheckinNote getCheckinNote()
Returns:
the new CheckinNote (never null)


© 2015 Microsoft. All rights reserved.