Package jadex.tools.comanalyzer
Interface IComponentListListener
- 
- All Known Implementing Classes:
- ChartPanel,- DiagramPanel,- GraphPanel,- TablePanel,- ToolTab
 
 public interface IComponentListListenerInterface for tooltabs to be informed about agentlist changes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomponentsAdded(Component[] components)voidcomponentsChanged(Component[] components)voidcomponentsRemoved(Component[] components)
 
- 
- 
- 
Method Detail- 
componentsRemovedvoid componentsRemoved(Component[] components) - Parameters:
- components- The agents to remove.
 
 - 
componentsAddedvoid componentsAdded(Component[] components) - Parameters:
- components- The agents to add.
 
 - 
componentsChangedvoid componentsChanged(Component[] components) - Parameters:
- components- The agents that have changed.
 
 
- 
 
-