public class SimulationEventManager
extends java.lang.Object
Modifier | Constructor | Description |
---|---|---|
protected |
SimulationEventManager(Simulation sim) |
Modifier and Type | Method | Description |
---|---|---|
void |
addListener(SimulationListener listener) |
|
void |
boxAdded(Box box) |
|
void |
boxRemoved(Box box) |
|
void |
removeListener(SimulationListener listener) |
protected SimulationEventManager(Simulation sim)
public void addListener(SimulationListener listener)
public void removeListener(SimulationListener listener)
public void boxAdded(Box box)
public void boxRemoved(Box box)