Interface RestartListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AdaptiveTimeContinuationCollector
,AdaptiveTimeContinuationExtensionCollector
The listener interface for receiving time continuation (restart) events. The
restarted(org.moeaframework.algorithm.continuation.RestartEvent)
method is called
immediately after the restart has occurred, prior to the Algorithm.step()
method returning.-
Method Summary
Modifier and TypeMethodDescriptionvoid
restarted
(RestartEvent event) Invoked when a restart event has occurred.
-
Method Details
-
restarted
Invoked when a restart event has occurred.- Parameters:
event
- the object storing details about the restart event
-