Interface PropertyProcessedAlgorithmEventListener
-
- All Known Subinterfaces:
IGUIPluginController
- All Known Implementing Classes:
ASimpleMVCPluginController,ControlBarGUIPluginController,GraphViewPluginController,NodeInfoGUIPluginController,SolutionPerformanceTimelinePluginController,SpeedSliderGUIPluginController,TimeSliderGUIPluginController
public interface PropertyProcessedAlgorithmEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleSerializableAlgorithmEvent(ai.libs.jaicore.basic.algorithm.events.serializable.PropertyProcessedAlgorithmEvent algorithmEvent)
-
-
-
Method Detail
-
handleSerializableAlgorithmEvent
void handleSerializableAlgorithmEvent(ai.libs.jaicore.basic.algorithm.events.serializable.PropertyProcessedAlgorithmEvent algorithmEvent) throws HandleAlgorithmEventException- Throws:
HandleAlgorithmEventException
-
-