Library
|
File
Frames
|
Expand
Class wfcTimerAction
# include <
wfcSession.h
>
class
wfcTimerAction
: public virtual
pfcActionListener
{
xaideclare
(
wfcTimerAction
)
...
};
Description
Listener class for method
wfcCreateTimer(wfcTimerAction_ptr)
Method Summary
xbool
OnTimer
()
Callback method get called once timer completes specified time duration.
Method Detail
xbool
OnTimer
()
Callback method get called once timer completes specified time duration.
Manual References:
Technical Summary of Changes for Creo 4.0 M080: Timer
,
Overview of Creo Object TOOLKIT C++: Timer Methods
,
Overview of Creo Object TOOLKIT C++: Timer Methods
Returns:
Return TRUE to restart the timer. Return FALSE to stop it.