public interface VisualModule
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModuleName()
Gets the name of the VisualModule.
|
void |
handleEvent(VisualEvent event)
Handle the received event.
|
void |
removeVisualizationControl()
If a VisualizationControl is set, it will be removed from the module's
local attribute by calling this method.
|
void |
setVisualizationControl(VisualizationControl visCon)
Saves the VisualizationControl this module as a local attribute.
|
java.lang.String getModuleName()
void handleEvent(VisualEvent event)
event
- The event to be handled.void removeVisualizationControl()
void setVisualizationControl(VisualizationControl visCon)
visCon
- The owner of this module