Class SpeedSliderGUIPluginController
- java.lang.Object
-
- java.lang.Thread
-
- ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView>
-
- ai.libs.jaicore.graphvisualizer.plugin.speedslider.SpeedSliderGUIPluginController
-
- All Implemented Interfaces:
GUIEventListener,PropertyProcessedAlgorithmEventListener,IGUIPluginController,java.lang.Runnable,org.api4.java.common.control.ILoggingCustomizable
public class SpeedSliderGUIPluginController extends ASimpleMVCPluginController<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView>
-
-
Field Summary
-
Fields inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController
logger, STATIC_LOGGER
-
-
Constructor Summary
Constructors Constructor Description SpeedSliderGUIPluginController(SpeedSliderGUIPluginModel model, SpeedSliderGUIPluginView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleAlgorithmEventInternally(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent)voidhandleGUIEvent(GUIEvent guiEvent)-
Methods inherited from class ai.libs.jaicore.graphvisualizer.plugin.ASimpleMVCPluginController
getLoggerName, getModel, getView, handleSerializableAlgorithmEvent, run, setLoggerName
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
SpeedSliderGUIPluginController
public SpeedSliderGUIPluginController(SpeedSliderGUIPluginModel model, SpeedSliderGUIPluginView view)
-
-
Method Detail
-
handleGUIEvent
public void handleGUIEvent(GUIEvent guiEvent)
- Specified by:
handleGUIEventin interfaceGUIEventListener- Overrides:
handleGUIEventin classASimpleMVCPluginController<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView>
-
handleAlgorithmEventInternally
protected void handleAlgorithmEventInternally(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent) throws HandleAlgorithmEventException- Specified by:
handleAlgorithmEventInternallyin classASimpleMVCPluginController<SpeedSliderGUIPluginModel,SpeedSliderGUIPluginView>- Throws:
HandleAlgorithmEventException
-
-