public interface ExtendedItemUpdate extends SimpleItemUpdate
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldNewValue(java.lang.String field)
Inquiry method that gets the new value for a specified field,
as received from the Server with the current update or
ExtendedTableListener.UNCHANGED if the field is not changed. |
boolean |
isFieldChanged(java.lang.String field)
Inquiry method to know whether the value for a field is changed
after the reception of an update from the Server for an item.
|
boolean |
isReusable()
Asks whether or not the object may be reused by LSClient.
|
getFieldNewValue, getNumFields, isFieldChangedboolean isReusable()
LSClient.useReusableItemUpdates(boolean)isReusable in interface SimpleItemUpdatejava.lang.String getFieldNewValue(java.lang.String field)
ExtendedTableListener.UNCHANGED if the field is not changed.field - The name of the field.ExtendedTableListener.UNCHANGED if the value is unchanged; the received value otherwise.boolean isFieldChanged(java.lang.String field)
field - The name of the field.