Package com.biglybt.ui.common.table
Interface TableLifeCycleListener
-
- All Known Implementing Classes:
ArchivedFilesView
,ClientStatsView
,FilesView
,MySharesView
,MyTorrentsSubView
,MyTorrentsView
,MyTorrentsView_Big
,MyTorrentsView_Small
,MyTrackerView
,PeersGeneralView
,PeersSuperView
,PeersView
,PeersViewBase
,PiecesSuperView
,PiecesView
,PiecesViewBase
,TrackerAvailView
,TrackerView
public interface TableLifeCycleListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
EVENT_TABLELIFECYCLE_DESTROYED
May be called multiple times during the lifecycle of the tablestatic int
EVENT_TABLELIFECYCLE_INITIALIZED
May be called multiple times during the lifecycle of the tablestatic int
EVENT_TABLELIFECYCLE_SHUTDOWN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
-
-
-
Field Detail
-
EVENT_TABLELIFECYCLE_INITIALIZED
static final int EVENT_TABLELIFECYCLE_INITIALIZED
May be called multiple times during the lifecycle of the table- See Also:
- Constant Field Values
-
EVENT_TABLELIFECYCLE_DESTROYED
static final int EVENT_TABLELIFECYCLE_DESTROYED
May be called multiple times during the lifecycle of the table- See Also:
- Constant Field Values
-
EVENT_TABLELIFECYCLE_SHUTDOWN
static final int EVENT_TABLELIFECYCLE_SHUTDOWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
tableLifeCycleEventOccurred
void tableLifeCycleEventOccurred(TableView tv, int eventType, java.util.Map<java.lang.String,java.lang.Object> data)
-
-