Uses of Interface
com.streambase.liveview.client.ProgressMonitor
-
Packages that use ProgressMonitor Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of ProgressMonitor in com.streambase.liveview.client
Classes in com.streambase.liveview.client that implement ProgressMonitor Modifier and Type Class Description class
NullProgressMonitor
Methods in com.streambase.liveview.client that return ProgressMonitor Modifier and Type Method Description ProgressMonitor
ConnectionConfig. getConnectionMonitor()
The api uses this method to retrieve the progress monitor specified by the user.Methods in com.streambase.liveview.client with parameters of type ProgressMonitor Modifier and Type Method Description ConnectionConfig
ConnectionConfig. setConnectionMonitor(ProgressMonitor monitor)
Sets the monitor to use by the api
-