com.pdftron.pdf.JavaScriptEventProc |
The Interface JavaScriptEventProc
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
handleEvent(String event_type, String json, Object user_data)
Generic event callback system for javascript action
Can be used to handle alert event which pops up a window with alert message
|
Generic event callback system for javascript action Can be used to handle alert event which pops up a window with alert message
event_type | such as 'alert' |
---|---|
json | contains event data |
user_data | user defined data |