|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptErrorListener | |
|---|---|
| com.teamdev.jxbrowser.script | Contains the basic classes and interfaces that allows handling javascript errors. |
| Uses of ScriptErrorListener in com.teamdev.jxbrowser.script |
|---|
| Methods in com.teamdev.jxbrowser.script that return types with arguments of type ScriptErrorListener | |
|---|---|
java.util.List<ScriptErrorListener> |
ScriptErrorWatcher.getScriptErrorListeners()
Returns a list of all registered script error listeners. |
| Methods in com.teamdev.jxbrowser.script with parameters of type ScriptErrorListener | |
|---|---|
void |
ScriptErrorWatcher.addScriptErrorListener(ScriptErrorListener listener)
Registers a listener to be notified when JavaScript execution problem occurs. |
void |
ScriptErrorWatcher.removeScriptErrorListener(ScriptErrorListener listener)
Un-registers a listener so it will not receive notifications when JavaScript execution error occurs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||