Package com.biglybt.ui.common.table
Interface TableCountChangeListener
-
- All Known Implementing Classes:
MyTorrentsSubView
,MyTorrentsView
,MyTorrentsView_Big
,MyTorrentsView_Small
,TableCountChangeAdapter
public interface TableCountChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rowAdded(TableRowCore row)
void
rowRemoved(TableRowCore row)
-
-
-
Method Detail
-
rowAdded
void rowAdded(TableRowCore row)
-
rowRemoved
void rowRemoved(TableRowCore row)
-
-