Interface TableCellDisposeListener

All Known Implementing Classes:
AbstractTrackerCell, BlocksItem, ColumnControls.Cell, ColumnTC_Sample.Cell, ColumnThumbAndName, ColumnTJ_Name, CompletionItem, NameItem, PathNameItem, PeerFilesView.PiecesItem, PeersItem.Cell, PiecesItem, PiecesItem, ProgressGraphItem, SeedsItem.Cell, TrackerNextAccessItem, TrackerStatusItem.Cell

public interface TableCellDisposeListener
A listener that triggers when a cell is being disposed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    triggered when a cell is being dispose of
  • Method Details

    • dispose

      void dispose(TableCell cell)
      triggered when a cell is being dispose of
      Parameters:
      cell - TableCell that is being disposed of