com.microsoft.tfs.core.clients.workitem
Class WorkItemStateAdapter

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.WorkItemStateAdapter
All Implemented Interfaces:
WorkItemStateListener

public class WorkItemStateAdapter
extends java.lang.Object
implements WorkItemStateListener

Default implementation of WorkItemStateListener which does nothing in response to events.

Since:
TEE-SDK-10.1

Constructor Summary
WorkItemStateAdapter()
           
 
Method Summary
 void dirtyStateChanged(boolean isDirty, WorkItem workItem)
           
 void saved(WorkItem workItem)
           
 void synchedToLatest(WorkItem workItem)
           
 void validStateChanged(boolean isValid, WorkItem workItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemStateAdapter

public WorkItemStateAdapter()
Method Detail

dirtyStateChanged

public void dirtyStateChanged(boolean isDirty,
                              WorkItem workItem)
Specified by:
dirtyStateChanged in interface WorkItemStateListener

saved

public void saved(WorkItem workItem)
Specified by:
saved in interface WorkItemStateListener

validStateChanged

public void validStateChanged(boolean isValid,
                              WorkItem workItem)
Specified by:
validStateChanged in interface WorkItemStateListener

synchedToLatest

public void synchedToLatest(WorkItem workItem)
Specified by:
synchedToLatest in interface WorkItemStateListener


© 2015 Microsoft. All rights reserved.