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
FieldsModifier and TypeFieldDescriptionstatic final int
May be called multiple times during the lifecycle of the tablestatic final int
May be called multiple times during the lifecycle of the tablestatic final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tableLifeCycleEventOccurred
(TableView tv, int eventType, Map<String, Object> data)
-
Field Details
-
EVENT_TABLELIFECYCLE_INITIALIZED
static final int EVENT_TABLELIFECYCLE_INITIALIZEDMay be called multiple times during the lifecycle of the table- See Also:
-
EVENT_TABLELIFECYCLE_DESTROYED
static final int EVENT_TABLELIFECYCLE_DESTROYEDMay be called multiple times during the lifecycle of the table- See Also:
-
EVENT_TABLELIFECYCLE_SHUTDOWN
static final int EVENT_TABLELIFECYCLE_SHUTDOWN- See Also:
-
-
Method Details
-
tableLifeCycleEventOccurred
-