TibrvVectorListener
Class
Declaration
classTibrvVectorListener
: public TibrvEvent
TibrvVectorListener(); // Construct empty.
virtual ~TibrvVectorListener(); // Destroy and reclaim storage.
Purpose
Listen for inbound messages, and receive them in a vector.
Remarks
A vector listener object continues listening for messages until the program destroys it.
The constructor creates a hollow object; the create
method makes it operational.
The destructor calls the destroy
method, unless the C object is already destroyed.
Destroying the queue or transport of a vector listener event automatically invalidates the vector listener as well.
Method |
Description |
Inherited Methods |
Related Classes
Subtopics