|
Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
| (void) | - onTimer: |
| A callback function used as a timer on every time interval. More... | |
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.
| - (void) onTimer: | (int) | timer |
A callback function used as a timer on every time interval.
| [in] | timer | Identifier of a timer. |