See: Description
This package follows the CGIN conventions for event wrapper classes.
Operation requests are fired using an instance of CC{OperationName}RequestEvent
,
and where present operation result events are fired using an instance of CC{OperationName}ResultEvent
.
The callcontrol API uses the standard CGIN event types for dialog-level operations (open, close, abort). It also uses the standard CGIN event types for ComponentRejected and OperationError. All operation errors are fired with a single standard event type.
Each operation request (and, where present, result) has a unique event type. The event types follow the form com.opencloud.slee.resources.cgin.callcontrol.operationName (for operation requests) or com.opencloud.slee.resources.cgin.callcontrol.operationNameResult (for operation results).
See the CGIN overview and the callcontrol metadata javadoc for further information on the exact event types used.