event


Description:

[ 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).

Parameters:

event

a Event

Returns:

true if the event has been handled by the actor, or false to continue the emission.