com.aelitis.azureus.ui.common.table
Class TableGroupRowVisibilityRunner

java.lang.Object
  extended by com.aelitis.azureus.ui.common.table.TableGroupRowVisibilityRunner

public abstract class TableGroupRowVisibilityRunner
extends Object


Constructor Summary
TableGroupRowVisibilityRunner()
           
 
Method Summary
 void run(TableRowCore row, boolean bVisible)
          Code to run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableGroupRowVisibilityRunner

public TableGroupRowVisibilityRunner()
Method Detail

run

public void run(TableRowCore row,
                boolean bVisible)
Code to run

Parameters:
row - TableRowCore to run code against