com.microsoft.tfs.core.clients.workitem
Interface WorkItemStateListener

All Known Implementing Classes:
WorkItemStateAdapter

public interface WorkItemStateListener

Defines an interface for listeners of work item state change events.

Since:
TEE-SDK-10.1

Method Summary
 void dirtyStateChanged(boolean isDirty, WorkItem workItem)
           
 void saved(WorkItem workItem)
           
 void synchedToLatest(WorkItem workItem)
           
 void validStateChanged(boolean isValid, WorkItem workItem)
           
 

Method Detail

dirtyStateChanged

void dirtyStateChanged(boolean isDirty,
                       WorkItem workItem)

validStateChanged

void validStateChanged(boolean isValid,
                       WorkItem workItem)

saved

void saved(WorkItem workItem)

synchedToLatest

void synchedToLatest(WorkItem workItem)


© 2015 Microsoft. All rights reserved.