Method | Description |
![]() ![]() |
Activate this timer. An active timer polls, either once only or at the specified intervals. If you create a nonrepeating timer, you can call this method to trigger it once. |
![]() ![]() | Adds an event listener to this timer. |
![]() ![]() | Deactivate this timer. A deactivated timer stops polling. |
![]() | Performs safe cast operation. See MComponent::downCast(). |
![]() | Performs safe cast operation. See MComponent::downCast(). |
![]() ![]() | Return the char* "MTimer". |
![]() ![]() | Return the description of this timer event. |
![]() ![]() | Return the name of the session with which this MTimer is associated. |
![]() | Return the interval for this MTimer. |
![]() | Return true if this is a repeating timer; false otherwise. |
![]() |
Constructor for creating MTimer instances. This constructor should be used only for a TIBCO Rendezvous session to create the timer using the specified session. The timer is started as soon as the MTimer instance is constructed. Applications can deactivate the MTimer by calling MTimer::deactivate(). |
![]() | Constructor for creating MTimer instances. This constructor is not associated with any sessions. By default the timer is started as soon as the MTimer instance is constructed. If you do not want to activate the timer set bMustActivate to false . Applications can deactivate the MTimer by calling MTimer::deactivate(). |
![]() | Resets this timer and restarts it with the specified interval. |