|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateEvent
Carries values Snapshot and Update informations for an Item. Changed and unchanged values are distinguished. Updates for all currently subscribed Fields are always reported.
Method Summary | |
---|---|
java.lang.String[] |
getFieldNames()
Gets the set of Fields whose value informations are carried. |
Item |
getItem()
Gets the subscription Item involved in the Update event. |
java.lang.String |
getUpdatedValue(java.lang.String fieldName)
Gets the new value for a Field, if the Field value has just changed. |
java.lang.String |
getValue(java.lang.String fieldName)
Gets the current value for a Field. |
Method Detail |
---|
Item getItem()
java.lang.String getValue(java.lang.String fieldName)
fieldName
- name of a Field; it is not forced to be a subscribed
field.
Item
java.lang.String getUpdatedValue(java.lang.String fieldName)
fieldName
- name of a Field; it is not forced to be a subscribed
field.
java.lang.String[] getFieldNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |