public interface BoidGraphListener
These are not GraphStream events.
| Modifier and Type | Method and Description |
|---|---|
void |
boidAdded(Boid boid)
One boid was added.
|
void |
boidDeleted(Boid boid)
One boid was removed.
|
void |
step(double time)
One iteration passed.
|
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.Copyright © 2015. All rights reserved.