|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExtendedTableListener
A fast, though basic, listener interface, which receives notification
of data updates and subscription termination for a table. It can be used
in place of SimpleTableListener when item and field name information is
available (that is, a LiteralBasedProvider or equivalent Metadata Adapter
is configured on the Server).
Only notifications of changed field values received from the Server
are available. Unchanged fields are just not included in the update
representations.
| Method Summary | |
|---|---|
void |
onRawUpdatesLost(java.lang.String item,
int lostUpdates)
Deprecated. Notification of one or more updates that were suppressed in the Server because of internal memory limitations. |
void |
onSnapshotEnd(java.lang.String item)
Deprecated. Notification that no more snapshot events are coming for an item. |
void |
onUnsubscr(java.lang.String item)
Deprecated. Notification of the unsubscription of an item in the table. |
void |
onUnsubscrAll()
Deprecated. Notification of the unsubscription of all the items in the table. |
void |
onUpdate(java.lang.String item,
java.util.Map fields)
Deprecated. Notification of an update of the values for an item in the table. |
| Method Detail |
|---|
void onUpdate(java.lang.String item,
java.util.Map fields)
item - Name of the changed item.fields - Map that associates field names to new values.
Some values may be null. In case of unchanged values, the field-value
pairs are not stored.void onSnapshotEnd(java.lang.String item)
item - Name of the item.
void onRawUpdatesLost(java.lang.String item,
int lostUpdates)
item - Name of the item.lostUpdates - Number of consecutive lost updates for the item.void onUnsubscr(java.lang.String item)
item - Name of an item.void onUnsubscrAll()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||