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(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent)
-
-
-
Method Detail
-
handleSerializableAlgorithmEvent
void handleSerializableAlgorithmEvent(org.api4.java.algorithm.events.serializable.IPropertyProcessedAlgorithmEvent algorithmEvent) throws HandleAlgorithmEventException- Throws:
HandleAlgorithmEventException
-
-