Package repast.simphony.ui.table
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 TypeMethodDescriptionvoid
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.
-