| java.lang.Object com.google.gwt.dev.shell.mac.MethodDispatch
MethodDispatch | class MethodDispatch implements DispatchMethod(Code) | | Wraps an arbitrary Java Method as a Dispatchable component. The class was
motivated by the need to expose Java objects into JavaScript.
|
Method Summary | |
public int | invoke(int execState, int jsthisInt, int[] jsargsInt) |
invoke | public int invoke(int execState, int jsthisInt, int[] jsargsInt)(Code) | | |
|
|