Package com.streambase.liveview.client
Class AbstractTupleEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractQueryEvent
com.streambase.liveview.client.AbstractTupleEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TupleAddedEvent
,TupleRemovedEvent
,TupleUpdatedEvent
Base abstract class for TupleEvents
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.streambase.liveview.client.AbstractQueryEvent
dispatch
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
tuple
-
keyData
-
-
Constructor Details
-
AbstractTupleEvent
-
-
Method Details
-
getKey
Deprecated.since 1.6, usegetKeyValue()
instead; certain table types and queries have undefined return valuesGet the key of the tuple in this event, if applicable- Returns:
- the key of the tuple as a Long, if applicable
-
getTuple
-
getKeyValue
-
getKeyValue()
instead; certain table types and queries have undefined return values