Interface AgentTableListener

All Known Implementing Classes:
UICreatorFactory.StateChartButton

public interface AgentTableListener
Agent table listeners listen for table events that need special handling, eg further handling of JComponent listeners in the table.
Author:
Eric Tatara
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Occurs when the docking frame enclosing the table is closed which destroys the table.
  • Method Details

    • tableClosed

      void tableClosed()
      Occurs when the docking frame enclosing the table is closed which destroys the table.