|
Foxit PDF SDK
9.1
|
Public Member Functions | |
| void | onAutoEventStart (@PageAutoEventType int eventType) |
| void | onAutoEventEnd (@PageAutoEventType int eventType) |
Interface definition for a listener to handle page auto events.
| void com.foxit.sdk.PDFViewCtrl.IPageAutoEventListener.onAutoEventEnd | ( | @PageAutoEventType int | eventType | ) |
Called when auto event end.
| eventType | The type of auto event. |
| void com.foxit.sdk.PDFViewCtrl.IPageAutoEventListener.onAutoEventStart | ( | @PageAutoEventType int | eventType | ) |
Called when auto event start.
| eventType | The type of auto event. |