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 Details

    • EVENT_TABLELIFECYCLE_INITIALIZED

      static final int EVENT_TABLELIFECYCLE_INITIALIZED
      May be called multiple times during the lifecycle of the table
      See Also:
    • EVENT_TABLELIFECYCLE_DESTROYED

      static final int EVENT_TABLELIFECYCLE_DESTROYED
      May 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

      void tableLifeCycleEventOccurred(TableView tv, int eventType, Map<String,Object> data)