TibrvEvent
Class
Declaration
class TibrvEvent
Purpose
Event objects represent program interest in events, and event occurrences.
Remarks
Programs create instances of event subclasses of TibrvEvent, but not of this superclass.
Each call to a Rendezvous event create method results in a new event object, which represents your program’s interest in a set of events. Rendezvous software uses the same event object to signal each occurrence of such an event.
Destroying an event object cancels the program’s interest in that event. Destroying the queue or transport of an event automatically destroys the event as well.
Although the fault tolerance classes are technically events, they are sufficiently different from listeners and timers that they require separate description. See Fault Tolerance.
Method |
Description |