public interface SimpleItemUpdate
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldNewValue(int numField)
Inquiry method that gets the new value for a specified field, as received from the Server with the current update or
SimpleTableListener.UNCHANGED if the field is not changed. |
int |
getNumFields()
Inquiry method that gets the number of fields received from the Server with the current update.
|
boolean |
isFieldChanged(int numField)
Inquiry method that asks 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.
|
boolean isReusable()
LSClient.useReusableItemUpdates(boolean)
int getNumFields()
java.lang.String getFieldNewValue(int numField)
SimpleTableListener.UNCHANGED
if the field is not changed.numField
- 1-based index of the field.SimpleTableListener.UNCHANGED
if the value is unchanged, the received value otherwise.boolean isFieldChanged(int numField)
numField
- 1-based index of the field.