use of com.biglybt.ui.common.table.TableStructureEventDispatcher in project BiglyBT by BiglySoftware.
the class TableColumnImpl method invalidateCell.
@Override
public void invalidateCell(Object data_source) {
TableStructureEventDispatcher tsed = TableStructureEventDispatcher.getInstance(sTableID);
tsed.cellInvalidate(this, data_source);
}
Aggregations