What is the format of the data associated with an event?
Created May 4, 2012
Bruce Martin The data associated with an event are described by a IDL any
type. An any is a self describing structure that can represent
any CORBA data type. Thus, the data type is known at runtime but
not at compile time.