Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBatchedQueryListener.snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|
void |
AbstractQueryListener.snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|
void |
CompositeQueryListener.snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|
void |
DeleteQueryListener.snapshotBegin(BeginSnapshotEvent event) |
void |
LiveResult.snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|
void |
QueryListener.snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|
void |
QueryListenerWrapper.snapshotBegin(BeginSnapshotEvent event) |
void |
SnapshotQueryListener.snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|