Interface RestartListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AdaptiveTimeContinuationCollector

public interface RestartListener extends EventListener
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 Type
    Method
    Description
    void
    Invoked when a restart event has occurred.
  • Method Details

    • restarted

      void restarted(RestartEvent event)
      Invoked when a restart event has occurred.
      Parameters:
      event - the object storing details about the restart event