The Hooks
A Hook is a kind of Mole listener. It intercepts all the output Prototypes of a Task at runtime and applies a particular action on it. The implemented Hooks are :
- The Display prototype Hook, which listens to a Capsule and appends to a single file each value of Prototype it listens.
- The Copy file Hook, which dumps an interceped File Prototype in a local directory
- The Append Prototype to file Hook, which listens to a Capsule and appends to a single file each value of Prototype it listens
A lot of other kinds of Hooks can be imagined. Especially hooks that listens to Prototypes to plot them real time.
