|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitem.fields.FieldChangeEvent
public class FieldChangeEvent
Event fired when a Field
's value changes. The source
object
may be used to resolve the original UI control which caused the change.
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 |
---|
public java.lang.Object source
null
.
public Field field
null
.
Constructor Detail |
---|
public FieldChangeEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |