|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lightstreamer.ls_proxy.UpdateEvent
public abstract class 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 | |
|---|---|
abstract 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. |
abstract java.lang.String |
getUpdatedValue(java.lang.String fieldName)
Gets the new value for a Field, if the Field value has just changed. |
abstract java.lang.String |
getValue(java.lang.String fieldName)
Gets the current value for a Field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Item getItem()
public abstract java.lang.String getValue(java.lang.String fieldName)
fieldName - name of a Field; it is not forced to be a subscribed
field.
Itempublic abstract java.lang.String getUpdatedValue(java.lang.String fieldName)
fieldName - name of a Field; it is not forced to be a subscribed
field.
public abstract java.lang.String[] getFieldNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||