MOEA Framework 2.5
API Specification

org.moeaframework.algorithm
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.RestartEvent) method is called immediately after the restart has occurred, prior to the Algorithm.step() method returning.


Method Summary
 void restarted(RestartEvent event)
          Invoked when a restart event has occurred.
 

Method Detail

restarted

void restarted(RestartEvent event)
Invoked when a restart event has occurred.

Parameters:
event - the object storing details about the restart event

MOEA Framework 2.5
API Specification

Copyright 2009-2015 MOEA Framework. All rights reserved.
Licensed under the GNU Lesser General Public License.
Return to the MOEA Framework homepage. Hosted by Get MOEA Framework at SourceForge.net. Fast, secure and Free Open Source software downloads