textbender.o.swing.event
Class TableColumnModelListener0

java.lang.Object
  extended by TableColumnModelListener0
All Implemented Interfaces:
EventListener, TableColumnModelListener

public class TableColumnModelListener0
extends Object
implements TableColumnModelListener

A null implementation of TableColumnModelListener. The methods in this class are empty. This class serves as a convenience for creating listener objects.


Constructor Summary
TableColumnModelListener0()
           
 
Method Summary
 void columnAdded(TableColumnModelEvent e)
           
 void columnMarginChanged(ChangeEvent e)
           
 void columnMoved(TableColumnModelEvent e)
           
 void columnRemoved(TableColumnModelEvent e)
           
 void columnSelectionChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableColumnModelListener0

public TableColumnModelListener0()
Method Detail

columnAdded

public void columnAdded(TableColumnModelEvent e)
Specified by:
columnAdded in interface TableColumnModelListener

columnMarginChanged

public void columnMarginChanged(ChangeEvent e)
Specified by:
columnMarginChanged in interface TableColumnModelListener

columnMoved

public void columnMoved(TableColumnModelEvent e)
Specified by:
columnMoved in interface TableColumnModelListener

columnRemoved

public void columnRemoved(TableColumnModelEvent e)
Specified by:
columnRemoved in interface TableColumnModelListener

columnSelectionChanged

public void columnSelectionChanged(ListSelectionEvent e)
Specified by:
columnSelectionChanged in interface TableColumnModelListener