borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

AccessListener interface

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

About the AccessListener interface

Methods  

Implemented by CheckboxControl, ChoiceControl, FieldControl, GridControl, ImageControl, LabelControl, ListControl, LocatorControl, NavigatorControl, StatusBar, TextAreaControl, TextFieldControl, DataSet, DataSetView, HelpDataSet, ProcedureDataSet, QueryDataSet, StorageDataSet, TableDataSet

Internal class that provides notification when a data set 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.