Interface TableColumnCreationListener

All Known Subinterfaces:
TableColumnCoreCreationListener

public interface TableColumnCreationListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Triggered when a new column is created.
  • Method Details

    • 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