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