[ Version ( since = "0.6" ) ]
public virtual signal bool event (Event event)
The event signal is emitted each time an event is received by the actor
.
This signal will be emitted on every actor, following the hierarchy chain, until it reaches the top-level container (the Stage).
event |
a Event |
|