|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rubecula.darwin.domain.helper.GenerationListener_
com.rubecula.darwin.domain.helper.GenerationListener_Standard
public final class GenerationListener_Standard
| Field Summary |
|---|
| Fields inherited from class com.rubecula.darwin.domain.helper.GenerationListener_ |
|---|
_writer |
| Fields inherited from interface com.rubecula.darwin.domain.helper.GenerationListener |
|---|
$1_SECOND |
| Constructor Summary | |
|---|---|
GenerationListener_Standard()
|
|
GenerationListener_Standard(java.io.PrintWriter writer)
|
|
| Method Summary | |
|---|---|
void |
onGeneration(Evolvable evolvable)
This method is called whenever the Evolvable implementer
completes a new generation or when the Evolution itself is
completely exhausted (has no more evolvables to work with). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenerationListener_Standard()
public GenerationListener_Standard(java.io.PrintWriter writer)
writer - | Method Detail |
|---|
public void onGeneration(Evolvable evolvable)
GenerationListenerEvolvable implementer
completes a new generation or when the Evolution itself is
completely exhausted (has no more evolvables to work with).
evolvable - the implementer of Evolvable which has completed a
generation or null if the Evolution itself has
completed.
NOTE: implementers of this method must be prepared to accept
null as the parameter.GenerationListener.onGeneration(com.rubecula.darwin.foundation.Evolvable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||