com.microsoft.tfs.core.pendingcheckin.events
Interface NotesChangedListener

All Superinterfaces:
java.util.EventListener

public interface NotesChangedListener
extends java.util.EventListener

Defines an interface for listeners of the NotesChangedEvent.

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

Method Summary
 void onNotesChanged(NotesChangedEvent e)
          Invoked when the user's check-in notes change in a PendingCheckinNotes object.
 

Method Detail

onNotesChanged

void onNotesChanged(NotesChangedEvent e)
Invoked when the user's check-in notes change in a PendingCheckinNotes object.

Parameters:
e - the event that describes the changes.


© 2015 Microsoft. All rights reserved.