borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

AccessListener interface

java.util.EventListener
   +----borland.jbcl.dataset.AccessListener

About the AccessListener interface

Methods  

Implemented by JdbCheckBox, JdbComboBox, JdbLabel, JdbList, JdbNavComboBox, JdbNavList, JdbNavToolBar, JdbRadioButton, JdbStatusLabel, JdbTable, JdbTextArea, JdbTextField, JdbTextPane, JdbToggleButton, CheckboxControl, ChoiceControl, FieldControl, GridControl, ImageControl, LabelControl, ListControl, LocatorControl, NavigatorControl, StatusBar, TextAreaControl, TextFieldControl, DataSet, DataSetView, StorageDataSet, TableDataSet, ProcedureDataSet, QueryDataSet

The AccessListener interface provides notification when a DataSet is opened, closed, or restructured. Useful for component writers. Not for general usage.


AccessListener methods

Methods defined in this interface


AccessListener methods

accessChange(borland.jbcl.dataset.AccessEvent)

  public void accessChange(borland.jbcl.dataset.AccessEvent event)
Provides information regarding how a DataSet has been changed.

Parameters:

event
The type of event that changed a data set: opened, closed, or restructured. See borland.jbcl.dataset.AccessEvent for more information.