Next: wait-for Predicates
Up: Events
Previous: Event Generator
When an event occurs, the corresponding event handler or
active rule is fired.
If the event is asynchronous, the event handler will be executed in
parallel with the current thread.
If it is synchronous, the firing will be equivalent to
calling a predicate in the current thread.
An event handler is defined as below:
Du Li
8/25/1999