Uses of Interface
net.sourceforge.mewt.table.TableListener

Packages that use TableListener
net.sourceforge.mewt.table   
 

Uses of TableListener in net.sourceforge.mewt.table
 

Methods in net.sourceforge.mewt.table with parameters of type TableListener
 void Table.addTableListener(TableListener tl)
          Adds the table listener.
 void Table.removeTableListener(TableListener tl)
          Removes the table listener.