|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleTableListener
A fast, though basic, listener interface, which receives notification
of data updates and subscription termination for a table.
Only notifications of changed field values received from the Server
are available. Unchanged fields are just reported through the UNCHANGED
constant. Specific items and fields are only identified by positional
information.
| Field Summary | |
|---|---|
static java.lang.String |
UNCHANGED
Deprecated. Constant that represents unchanged fields. |
| Method Summary | |
|---|---|
void |
onRawUpdatesLost(int item,
int lostUpdates)
Deprecated. Notification of one or more updates that were suppressed in the Server because of internal memory limitations. |
void |
onSnapshotEnd(int item)
Deprecated. Notification that no more snapshot events are coming for an item. |
void |
onUnsubscrAll()
Deprecated. Notification of the unsubscription of all the items in the table. |
void |
onUpdate(int item,
java.lang.String[] values)
Deprecated. Notification of an update of the values for an item in the table. |
| Field Detail |
|---|
static final java.lang.String UNCHANGED
| Method Detail |
|---|
void onUpdate(int item,
java.lang.String[] values)
item - 1-based index of the item in the Group of items in the table.values - Array of values received from the Server. The values are
reported in the same order as the fields in the Schema of the table.
Some values may be null. In case of unchanged values, the UNCHANGED
constant is reported.
void onRawUpdatesLost(int item,
int lostUpdates)
item - 1-based index of the item in the Group of items in the table.lostUpdates - Number of consecutive lost updates for the item.void onSnapshotEnd(int item)
item - 1-based index of the item in the Group of items in the table.void onUnsubscrAll()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||