|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavascriptFunction
Represents a callback function, passed in from a client for later execution.
A JavascriptFunction is tied to a specific function in a specific browser
page. In this way the eval of a JavascriptFunction is outside of the normal
execution scoping provided by Browser.
| Method Summary | |
|---|---|
void |
close()
A small amount of data is stored on the client to track the remotely. |
void |
execute(java.lang.Object... params)
Execute the function. |
void |
executeAndClose(java.lang.Object... params)
Execute the function, and clear it's data from the client. |
| Method Detail |
|---|
void execute(java.lang.Object... params)
params - The data to pass to the servervoid close()
void executeAndClose(java.lang.Object... params)
params - The data to pass to the serverexecute(java.lang.Object...),
close()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||