Uses of Interface
com.streambase.liveview.client.Table
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of Table in com.streambase.liveview.client
Modifier and TypeMethodDescriptionRetrieve a specific table from the serverModifier and TypeMethodDescriptionLiveViewConnection.listTables()
Lists the available tables for queryingLiveViewConnection.listTables
(boolean includeSystemTables) List the available tables for queryingModifier and TypeMethodDescriptionvoid
TableListListener.handleTableAdded
(Table table) A new Table was addedvoid
TableListListener.handleTableDisabled
(Table table) An existing Table has been disabled.void
TableListListener.handleTableModified
(Table table) An existing (probably disabled) Table was Modifiied and (if it wasn't already) enabled.void
TableListListener.handleTableRemoved
(Table table) An existing Table was removed and isn't expected to return.