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.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
AbstractQueryListener.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
CompositeQueryListener.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
DeleteQueryListener.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
LiveResult.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
QueryListener.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
QueryListenerWrapper.tupleRemoved(TupleRemovedEvent event) |
void |
SnapshotQueryListener.tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|