org.gudy.azureus2.plugins.ui.tables
Interface TableColumnCreationListener


public interface TableColumnCreationListener

Author:
TuxPaper

Method Summary
 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