TIBCO Adapter SDK C++ Reference
|
An MIODescriptorSource listens for changes in an IO descriptor, such as a file, socket, or pipe. If an event occurs in the descriptor, the descriptor source generates the appropriate MIOEvent and notifies its event listeners.
Under Microsoft Windows, you can only use an MIODescriptorSource with sockets.
This class is useful, for example, if an application wants to process all data arriving on a socket.
MEventSource::removeListener() - Removes an event listener from this event source.
class MIODescriptorSource : public MEventSource;
MObject MComponent MEventSource MIODescriptorSource