When an event is transferred to a processing element, the generated proxy finds the corresponding onEvent
method with the event type argument matching the current parameter and calls this method.
If there is no exact match, the closest type in the hierarchy of events is used.
If there is still no match, an error statement is logged and the event is ignored (not processed).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|