Slide 17
Slide 17 text
Triggers & Rules
— Triggers are channels for events
— Triggers can be linked, via rules, to one or more actions
— Example - A trigger named uploadPhoto might, when invoked, call
several actions: nsfwFilter, generateThumbnail, and
parseLocation
— When the uploadPhoto trigger is called, the rule forwards the
invocation parameters to each of the 3 linked actions.
17