seancorfield / org-corfield-cfmx

Automatically exported from code.google.com/p/org-corfield-cfmx
0 stars 0 forks source link

Event Chaining #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be fantastic to have event chaining in the here both
programmatically and via the xml.

Example:
<event-handler event="mach">
    <notify listener="m2" method="directCall" />
    <publish message="msg1"/>
    <publish message="msg2"/>

    <event call="model"/>
</event-handler>

We could then chain out sync and async processes in a flash (no Adobe pun
intended)

-Pat
patweb99@gmail.com

Original issue reported on code.google.com by patwe...@gmail.com on 12 Jan 2009 at 9:29