
Package Functions | |
| EventReceiver (String e, Object r) | |
Package Attributes | |
| String | eventTypeName |
| Object | receiver |
The EventReceiver object is a helper class used internally in implementations of CORBA and Local Receivers. It is merely a pair -- an event type name and the receiver object used to process that event.
| alma::acs::nc::EventReceiver::EventReceiver | ( | String | e, | |
| Object | r | |||
| ) | [inline, package] |
Create an EventReceiver object.
| e | The event type name. | |
| r | The receiver object used to process the event. |
References eventTypeName, and receiver.
String alma::acs::nc::EventReceiver::eventTypeName [package] |
The event type name.
Referenced by alma::acs::nc::CorbaReceiver::attach(), alma::acs::nc::CorbaReceiver::detach(), EventReceiver(), alma::acs::nc::CorbaReceiver::getEventType(), and alma::acs::nc::CorbaReceiver::push_structured_event().
Object alma::acs::nc::EventReceiver::receiver [package] |
The receiver object used to process the event.
Referenced by alma::acs::nc::CorbaReceiver::attach(), alma::acs::nc::CorbaReceiver::detach(), EventReceiver(), and alma::acs::nc::CorbaReceiver::push_structured_event().
1.6.2