Package com.streambase.liveview.client
Class Version
- java.lang.Object
-
- com.streambase.liveview.client.Version
-
public final class Version extends Object
Provides information about the StreamBase LiveView Client Library. For version of a connected server, seeLiveViewConnection.getVersion()
.
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientVersion()
The version of this client library, if known.
-
-
-
Method Detail
-
getClientVersion
public final String getClientVersion()
The version of this client library, if known. The return format is not specified.- Returns:
- the version of this LiveView library as a string
-
-