Uses of Class
com.streambase.liveview.client.EndSnapshotEvent
-
Packages that use EndSnapshotEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of EndSnapshotEvent in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type EndSnapshotEvent Modifier and Type Method Description void
AbstractBatchedQueryListener. snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.void
AbstractQueryListener. snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.void
CompositeQueryListener. snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.void
DeleteQueryListener. snapshotEnd(EndSnapshotEvent event)
void
LiveResult. snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.void
QueryListener. snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.void
QueryListenerWrapper. snapshotEnd(EndSnapshotEvent event)
void
SnapshotQueryListener. snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.
-