All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class evolution.EvolutionListenerAdapter

java.lang.Object
   |
   +----evolution.EvolutionListenerAdapter

public class EvolutionListenerAdapter
extends Object
implements EvolutionListener
Dummy implementation of the EvolutionListener.


Constructor Index

 o EvolutionListenerAdapter()

Method Index

 o madeProgress(int)
NOP
 o stateChanged(int)
NOP

Constructors

 o EvolutionListenerAdapter
 public EvolutionListenerAdapter()

Methods

 o stateChanged
 public void stateChanged(int state)
NOP

 o madeProgress
 public void madeProgress(int currGen)
NOP


All Packages  Class Hierarchy  This Package  Previous  Next  Index