public class ExperimentRunner extends java.lang.Object implements GoalListener
| Modifier and Type | Field and Description |
|---|---|
static int |
ITERATIONS |
| Constructor and Description |
|---|
ExperimentRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
goalPerformed(GoalEvent event)
Notifies the listener that a goal that was performed.
|
static void |
main(java.lang.String[] args) |
void |
run() |
public static final int ITERATIONS
public static void main(java.lang.String[] args)
public void goalPerformed(GoalEvent event)
GoalListenergoalPerformed in interface GoalListenerevent - the goal event that occurred.public void run()