[dokuwiki] Re: event order

>
> No.
>
> Event driven programming is not sequential programming.  Events will tend
> to occur in the same order under the same situation.  If you understand what
> controls the situation you will be able to predict the event order, but that
> isn't necessarily a sensible thing to do.
>
> http://www.google.com/search?q=event+driven+programming


yes I am aware of event driven is not sequential, but I think events are
triggered by logical order, eg, you cannot trigger "brush teeth" event
before triggering "get out of bed" event?

Other related posts: