Uses of Class
quoggles.auxiliary.RowListener

Packages that use RowListener
quoggles.auxiliary   
 

Uses of RowListener in quoggles.auxiliary
 

Fields in quoggles.auxiliary declared as RowListener
private  RowListener ResultTable.rowListener
          Class that is informed when rows are "marked/unmarked"
 

Constructors in quoggles.auxiliary with parameters of type RowListener
ResultTable(RowListener rl)
          Creates a new ResultTable registering the given RowListener.