org.keridwen.modelling.monitoring.util
Interface SelectedMonitoringNodeListener
- All Known Implementing Classes:
- ChartViewerConfiguration
public interface SelectedMonitoringNodeListener
This class is used to notify the selected MonitoringNode
changed.
visualizeNode
void visualizeNode(MonitoringNode monitoringNode,
boolean isVTKActive)
- Parameters:
monitoringNode
- is the new MonitoringNode
selected.
addComponent
void addComponent(Container container,
String componentTitle)
- Add a
Container
in the user interface
- Parameters:
container
- the Container
which must be added.componentTitle
- the title of the tab added in the user interface and which contains the Container
.
Copyright © 2012-2013 Artenum. All Rights Reserved.