| Package | com.lightstreamer.as_client.events |
| Class | public class LostUpdatesEvent |
| Inheritance | LostUpdatesEvent TableItemEvent TableEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
![]() | item : * [read-only]
The item name or item index which this event is related to. | TableItemEvent | |
| key : String [read-only]
Only effective when the related table behaves in "MultiMetapush logic". | LostUpdatesEvent | ||
| lostUpdates : uint [read-only]
The number of lost updates. | LostUpdatesEvent | ||
![]() | table : Table [read-only]
The table which this event is related to. | TableEvent | |
| Constant | Defined By | ||
|---|---|---|---|
| LOST_UPDATES : String = lostUpdates [static]
Define the value of the type property of a LostUpdates event object. | LostUpdatesEvent | ||
| key | property |
key:String [read-only]
Only effective when the related table behaves in "MultiMetapush logic". In this case, if the lost updates pertain to a second-level item, then this property is not null and contains the key on the first-level item to which the second level item is related.
Note that the item property still refers to the first-level item.
public function get key():String| lostUpdates | property |
lostUpdates:uint [read-only] The number of lost updates.
public function get lostUpdates():uint| LOST_UPDATES | Constant |
public static const LOST_UPDATES:String = lostUpdatesDefine the value of the type property of a LostUpdates event object.