GWT 2.x $entry function -
No developer information about this function can be found. I just know that wrapping jsni javascript calls for Java methods with this $ entry function has been suggested. I came to know that it catches the exception, so Java code can handle them. Is it all?
If you want to know what actually happens, then see This function (at least in GWT 2.2.0) mainly calls com .google. Gwt.core.client.impl.Impl.entry (JavaScriptObject jsFunction) .
entry0 (object jsFunction)
Scheduler.scheduleEntry () / li>
GWT.getUncaughtExceptionHandler () , if there is such a handler.
scheduler schedule ()
Comments
Post a Comment