ilog.ds
Class IlTableDSSupport
java.lang.Object
|
+--ilog.ds.IlTableDSSupport
- public class IlTableDSSupport
- extends Object
Class supporting TableDSListener
- See Also:
TableDSListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlTableDSSupport
public IlTableDSSupport()
- Constructor
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