Package com.biglybt.pif.ui.tables
Interface TableColumnCreationListener
-
- All Known Subinterfaces:
TableColumnCoreCreationListener
public interface TableColumnCreationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tableColumnCreated(TableColumn column)
Triggered when a new column is created.
-
-
-
Method Detail
-
tableColumnCreated
void tableColumnCreated(TableColumn column)
Triggered when a new column is created. Use the column parameter to get information about the new column, such as which table created it- Parameters:
column
-- Since:
- 3.1.1.1
-
-