Package com.biglybt.pif.ui.tables
Interface TableColumnCreationListener
- All Known Subinterfaces:
TableColumnCoreCreationListener
public interface TableColumnCreationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tableColumnCreated
(TableColumn column) Triggered when a new column is created.
-
Method Details
-
tableColumnCreated
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
-