|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrowserCallback
This callback interface is used to inform application code that the result of script execution or evaluation is available.
BrowserUtil
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.