|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BoidGraphListener
Listener for boids specific events on the boid graph.
These are not GraphStream events.
| Method Summary | |
|---|---|
void |
boidAdded(Boid boid)
One boid was added. |
void |
boidDeleted(Boid boid)
One boid was removed. |
void |
step(double time)
One iteration passed. |
| Method Detail |
|---|
void step(double time)
time - The current iteration time.void boidAdded(Boid boid)
boid - The added boid.void boidDeleted(Boid boid)
boid - The removed boid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||