Uses of Interface
com.sun.data.provider.TableCursorListener

Packages that use TableCursorListener
com.sun.data.provider Fundamental data access APIs and event listeners. 
com.sun.data.provider.impl Concrete DataProvider implementations and base classes. 
 

Uses of TableCursorListener in com.sun.data.provider
 

Classes in com.sun.data.provider that implement TableCursorListener
 class TableCursorAdapter
          TableCursorAdapter is an event listener adapter that provides a base implementation of TableCursorListener.
 

Methods in com.sun.data.provider that return TableCursorListener
 TableCursorListener[] TableDataProvider.getTableCursorListeners()
           
 

Methods in com.sun.data.provider with parameters of type TableCursorListener
 void TableDataProvider.addTableCursorListener(TableCursorListener listener)
          Register a new TableCursorListener to this TableDataProvider instance.
 void TableDataProvider.removeTableCursorListener(TableCursorListener listener)
          Deregister an existing TableCursorListener from this TableDataProvider instance.
 

Uses of TableCursorListener in com.sun.data.provider.impl
 

Fields in com.sun.data.provider.impl declared as TableCursorListener
protected  TableCursorListener[] AbstractTableDataProvider.tcListeners
          Array of TableCursorListener instances registered for this TableDataProvider.
 

Methods in com.sun.data.provider.impl that return TableCursorListener
 TableCursorListener[] AbstractTableDataProvider.getTableCursorListeners()
          
 TableCursorListener[] MethodResultTableDataProvider.getTableCursorListeners()
          
 

Methods in com.sun.data.provider.impl with parameters of type TableCursorListener
 void AbstractTableDataProvider.addTableCursorListener(TableCursorListener listener)
          

Register a new TableCursorListener to this TableDataProvider instance.

 void MethodResultTableDataProvider.addTableCursorListener(TableCursorListener l)
          

Register a new TableCursorListener to this TableDataProvider instance.

 void AbstractTableDataProvider.removeTableCursorListener(TableCursorListener listener)
          

Deregister an existing TableCursorListener from this TableDataProvider instance.

 void MethodResultTableDataProvider.removeTableCursorListener(TableCursorListener l)
          

Deregister an existing TableCursorListener from this TableDataProvider instance.