Allow PEAction's to know upon which target they must act.
This allows PEAction's,
- either to be shared across multiple PECanvas's in the context of
a MDI user interface (in which case the UI implementation should provide its own ActionDispatcher),
- or to be attached permanently to a given PECanvas (use DefaultActionDispatcher for that)