Class ControlBarGUIPluginController
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.controlbar.ControlBarGUIPluginController
-
- All Implemented Interfaces:
GUIEventListener,PropertyProcessedAlgorithmEventListener,IGUIPluginController
public class ControlBarGUIPluginController extends java.lang.Object implements IGUIPluginController
-
-
Constructor Summary
Constructors Constructor Description ControlBarGUIPluginController(ControlBarGUIPluginModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleGUIEvent(GUIEvent guiEvent)voidhandleSerializableAlgorithmEvent(ai.libs.jaicore.basic.algorithm.events.serializable.PropertyProcessedAlgorithmEvent algorithmEvent)
-
-
-
Constructor Detail
-
ControlBarGUIPluginController
public ControlBarGUIPluginController(ControlBarGUIPluginModel model)
-
-
Method Detail
-
handleSerializableAlgorithmEvent
public void handleSerializableAlgorithmEvent(ai.libs.jaicore.basic.algorithm.events.serializable.PropertyProcessedAlgorithmEvent algorithmEvent) throws HandleAlgorithmEventException- Specified by:
handleSerializableAlgorithmEventin interfacePropertyProcessedAlgorithmEventListener- Throws:
HandleAlgorithmEventException
-
handleGUIEvent
public void handleGUIEvent(GUIEvent guiEvent)
- Specified by:
handleGUIEventin interfaceGUIEventListener
-
-