public interface EventListener
Simulator
Modifier and Type | Method and Description |
---|---|
void |
outputEvent(Event x,
double t)
This method is called when a model produces an output.
|
void |
stateChange(Atomic model,
double t)
This method is called immediately after an Atomic model
changes its state.
|
void outputEvent(Event x, double t)
x
- An Event holding the model that produced the output and the output itselft
- The time that the output occurredEvent