Previous Table of Contents Next


3.16 Event Declaration

   Event type is a specialization of value type dedicated to asynchronous component communication. There are several kinds of event type declarations: “regular? event types, abstract event types, and forward declarations.

   An event declaration satisfies the following syntax:

   (134) <event> ::= ( <event_dcl> | <event_abs_dcl> | <event_forward_dcl>)