com.microsoft.tfs.core.clients.workitem.fields
Class FieldChangeEvent

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.fields.FieldChangeEvent

public class FieldChangeEvent
extends java.lang.Object

Event fired when a Field's value changes. The source object may be used to resolve the original UI control which caused the change.

Since:
TEE-SDK-10.1

Field Summary
 Field field
          The field that changed.
 java.lang.Object source
          The object which caused the field to change.
 
Constructor Summary
FieldChangeEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public java.lang.Object source
The object which caused the field to change. May be null.


field

public Field field
The field that changed. Never null.

Constructor Detail

FieldChangeEvent

public FieldChangeEvent()


© 2015 Microsoft. All rights reserved.