10-Events_Synch

This sample demonstrates synchronous event handling. The schema declares <new>, <update> and <delete> events that are registered at runtime. The appropriate event handlers (call back functions) are called when a new object is created, deleted or updated. The event handlers print out data obtained from the object handle passed to the call back function by the runtime.

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    10_events_synch
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics