com.teamdev.jxbrowser.script
Interface ScriptErrorListener

All Superinterfaces:
java.util.EventListener

public interface ScriptErrorListener
extends java.util.EventListener

Represents a listener that allows receiving notifications about the problems that happened during JavaScript execution on a web page.


Method Summary
 void scriptErrorHappened(ScriptErrorEvent event)
          Invokes when an error during JavaScript execution is happened.
 

Method Detail

scriptErrorHappened

void scriptErrorHappened(ScriptErrorEvent event)
Invokes when an error during JavaScript execution is happened.

Parameters:
event - information about JavaScript error.
See Also:
ScriptErrorType, ScriptErrorEvent.getType()