com.microsoft.tfs.core.clients.workitem
Class WorkItemStateAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkItemStateAdapter
public WorkItemStateAdapter()
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.