Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
foxit.pdf.interform.TimerCallback Class Reference

Inherits SystemIDisposable.

Public Member Functions

virtual void OnTimer (int timer)
 A callback function used as a timer on every time interval. More...
 

Detailed Description

This class represents a callback object to represent a timer. All the pure virtual functions in this class are used as callback functions and should be implemented by user.

Member Function Documentation

void foxit.pdf.interform.TimerCallback.OnTimer ( int  timer)
inlinevirtual

A callback function used as a timer on every time interval.

Parameters
[in]timerIdentifier of a timer.
Returns
None.