Working with event objects
To create event objects to use with the Client Software Development Kits (and also to delete them), use the following:

For C++, use
com::apama::event::createEvent and related functions.

For Java, use
com.apama.event.parser.EventType and its associated classes.

For .NET, use
Apama.Event.Parser.EventType and its associated classes.