TIBCO Adapter SDK C++ Reference
|
The MTimer class provides configurable repeating and non-repeating timers.
To associate a listener with a timer, call its inherited addListener() method (see MEventSource::addListener()).
Timer events are unique among event activities. When an application creates a timer, it guarantees that timer events will occur and will occur at predictable times. In contrast, the triggering of other events is not under control of the application.
MEventSource::addListener() Adds an event listener to this event source.
MEventSource::removeListener() Removes an event listener from this event source.
class MTimer : public MEventSource;
MObject MComponent MEventSource MTimer