borland Packages Class Hierarchy jbcl.dataset Package Index
java.util.EventListener +----borland.jbcl.dataset.StatusListener
Methods
Implemented by JdbNavToolBar, JdbStatusLabel, NavigatorControl, StatusBar, DataSet, DataSetView, StorageDataSet, TableDataSet, ProcedureDataSet, QueryDataSet
This interface is used as a mechanism by which a status bar gets its information from a DataSet. Use this interface to customize or suppress the message sent from the DataSet to the status bar.
To use the StatusListener,
The StatusListener can be used in the following ways:
public void statusMessage(borland.jbcl.dataset.StatusEvent event)
Called when a message is being sent to the status bar and other status listeners.
Parameters: