public interface SendableEvent
Modifier and Type | Method and Description |
---|---|
long |
getScheduleSlot()
Get the schedule slot for the entity that created this event
|
long |
getSendTime()
Get the send time of this event, relative to all the other events sent or read by the same entity
|
void |
send(AbstractSender sender)
Send the event into the runtime.
|
void send(AbstractSender sender)
sender
- - the sender to send an eventlong getSendTime()
long getScheduleSlot()