Class GraphViewPluginController
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.plugin.graphview.GraphViewPluginController
-
- All Implemented Interfaces:
GUIEventListener,PropertyProcessedAlgorithmEventListener,IGUIPluginController,org.api4.java.common.control.ILoggingCustomizable
public class GraphViewPluginController extends java.lang.Object implements IGUIPluginController, org.api4.java.common.control.ILoggingCustomizable
-
-
Constructor Summary
Constructors Constructor Description GraphViewPluginController(GraphViewPluginModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLoggerName()voidhandleGUIEvent(GUIEvent guiEvent)voidhandleSerializableAlgorithmEvent(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent)voidsetLoggerName(java.lang.String name)
-
-
-
Constructor Detail
-
GraphViewPluginController
public GraphViewPluginController(GraphViewPluginModel model)
-
-
Method Detail
-
handleSerializableAlgorithmEvent
public void handleSerializableAlgorithmEvent(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent) throws HandleAlgorithmEventException- Specified by:
handleSerializableAlgorithmEventin interfacePropertyProcessedAlgorithmEventListener- Throws:
HandleAlgorithmEventException
-
handleGUIEvent
public void handleGUIEvent(GUIEvent guiEvent)
- Specified by:
handleGUIEventin interfaceGUIEventListener
-
getLoggerName
public java.lang.String getLoggerName()
- Specified by:
getLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
setLoggerName
public void setLoggerName(java.lang.String name)
- Specified by:
setLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
-