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

java.lang.Object
  extended by com.aelitis.azureus.ui.common.table.TableCountChangeAdapter
All Implemented Interfaces:
TableCountChangeListener

public class TableCountChangeAdapter
extends Object
implements TableCountChangeListener

Author:
TuxPaper

Constructor Summary
TableCountChangeAdapter()
           
 
Method Summary
 void rowAdded(TableRowCore row)
           
 void rowRemoved(TableRowCore row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCountChangeAdapter

public TableCountChangeAdapter()
Method Detail

rowAdded

public void rowAdded(TableRowCore row)
Specified by:
rowAdded in interface TableCountChangeListener

rowRemoved

public void rowRemoved(TableRowCore row)
Specified by:
rowRemoved in interface TableCountChangeListener