Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTupleEvent
Base abstract class for TupleEvents
|
class |
BeginAggMarkEvent
The event dispatched after which the aggregate result set may be in flux.
|
class |
BeginDeleteEvent
The event dispatched when a query delete begins.
|
class |
BeginSnapshotEvent
The event dispatched when a query snapshot begins.
|
class |
EndAggMarkEvent
The event dispatched when the aggregate result set sent since the last BeginAggMarkEvent
is consistent and will not change again until the next BeginAggMarkEvent.
|
class |
EndDeleteEvent
The event dispatched when a query delete ends.
|
class |
EndSnapshotEvent
The event dispatched when a query snapshot ends.
|
class |
QueryClosedEvent
Event dispatched to a listener when a query is closed
|
class |
QueryExceptionEvent
The event dispatched when a query exception occurs.
|
class |
TupleAddedEvent
The event dispatched when a new Tuple is added to a query result.
|
class |
TupleRemovedEvent
The event dispatched when an existing Tuple is removed.
|
class |
TupleUpdatedEvent
The event dispatched when an existing Tuple is updated.
|