| Package | com.lightstreamer.as_client.events |
| Class | public class LostUpdatesEvent |
| Inheritance | LostUpdatesEvent TableItemEvent TableEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
![]() | item : *
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 losts updates.
| LostUpdatesEvent | ||
![]() | table : Table
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 losts updates.
Implementation public function get lostUpdates():uint
| LOST_UPDATES | constant |
public static const LOST_UPDATES:String = "lostUpdates"Define the value of the type property of a LostUpdates event object.