Connecting events and handlers in the deployer

Hi,
is it possible to connect an event to its handlers using the deployment component (XML configuration file) ?

Thank you,

Philippe Hamelin

Connecting events and handlers in the deployer

On Wednesday 03 December 2008 20:14:39 Philippe Hamelin wrote:
> Hi,
> is it possible to connect an event to its handlers using the deployment
> component (XML configuration file) ?

No. We are working on raising events when data on data ports arrives, but any
function which needs to be connected to an event must be done in C++, for
example in your configureHook().

Peter