public interface BrowserCallback
BrowserUtil
Modifier and Type | Method and Description |
---|---|
void |
evaluationFailed(java.lang.Exception exception)
This method is called when the execution of the script failed.
|
void |
evaluationSucceeded(java.lang.Object result)
This method is called when the execution of the script succeeded.
|
void evaluationSucceeded(java.lang.Object result)
result
- the return value, if any, of executing the scriptBrowser
void evaluationFailed(java.lang.Exception exception)
exception
- the reason for the failing script execution.Browser
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0