Uses of Class
com.streambase.liveview.client.BeginSnapshotEvent
-
Packages that use BeginSnapshotEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of BeginSnapshotEvent in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type BeginSnapshotEvent Modifier and Type Method 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.
-