#include <tevent.h>
Inheritance diagram for SmartSockets::TimerEvent::
Public Methods | |
real8 | getTimerInterval () throw (TipcException) |
void | setTimerInterval (real8 interval) throw (TipcException) |
Friends | |
class T_IPCX_API | TipcDispatcher |
class T_IPCX_API | TipcDispatcherTraverser |
This class contains the TimerEventHandler object and method that is called by the TipcDispatcher when this event is triggered.
|
Gets the current timer interval (in seconds) for this event. |
|
Sets the timer interval (in seconds) for this event. Subsequent events of this type will start occurring interval number of seconds from this call. |