public class Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Devs |
model
The model that produced or should receive the event.
|
java.lang.Object |
value
The value of the input or output event
|
public Devs model
Simulator
,
EventListener
public java.lang.Object value
Simulator
,
EventListener
public Event()
public Event(Devs model, java.lang.Object value)