|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface RestartListener
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 |
|---|
void restarted(RestartEvent event)
event - the object storing details about the restart event
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||