Re: how important is $entry?
On Tuesday, January 25, 2011 8:05:45 PM UTC+1, Joe Cheng wrote:
Hi all,
I've been working on a GWT project for a while now and just noticed
the requirement to use $entry(...) to wrap entry points into GWT. I
haven't been doing this now and haven't noticed any ill effects.
What's the purpose and importance of doing this?
Using $entry(), GWT will route all exceptions thrown by the "wrapped" function to your GWT.UncaughtExceptionHandler.
As a side-effect, will also run the Scheduler#scheduleEntry and scheduleFinally commands.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home