ilog.ds
Class IlTableDSSupport

java.lang.Object
  |
  +--ilog.ds.IlTableDSSupport

public class IlTableDSSupport
extends Object

Class supporting TableDSListener

See Also:
TableDSListener

Constructor Summary
IlTableDSSupport()
          Constructor
 
Method Summary
 void addTableDSListener(TableDSListener l)
          Adds a TableDSListener object.
protected  boolean contains(TableDSListener l)
           
 void fireColumnChange(ColumnEvent evt)
          Notifies listeners that a table or a column has been updated.
 void fireModelCreated(TableModelEvent evt)
          Notifies listeners that a table model has been created.
 void fireRowChange(RowEvent evt)
          Notifies listeners that a row has been added, removed, or updated.
 void removeTableDSListener(TableDSListener l)
          Removes a TableDSListener object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlTableDSSupport

public IlTableDSSupport()
Constructor
Method Detail

contains

protected boolean contains(TableDSListener l)
Returns:
true if containing the TableDSListener l.

addTableDSListener

public void addTableDSListener(TableDSListener l)
Adds a TableDSListener object.
See Also:
TableDSListener

removeTableDSListener

public void removeTableDSListener(TableDSListener l)
Removes a TableDSListener object.
See Also:
TableDSListener

fireColumnChange

public void fireColumnChange(ColumnEvent evt)
Notifies listeners that a table or a column has been updated.
See Also:
ColumnEvent

fireModelCreated

public void fireModelCreated(TableModelEvent evt)
Notifies listeners that a table model has been created.
See Also:
TableModelEvent

fireRowChange

public void fireRowChange(RowEvent evt)
Notifies listeners that a row has been added, removed, or updated.
See Also:
RowEvent