For anyone that is knowledgeable, I noticed that with the wave of 2.5 
release changes in the GWT trunk this weekend there were a number of places 
where code was switched from using 
DeferredCommand.addCommand()<http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/DeferredCommand.html#addCommand(com.google.gwt.user.client.IncrementalCommand)>
 
toScheduler.scheduleDeferred()<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/core/client/Scheduler.html#scheduleDeferred(com.google.gwt.core.client.Scheduler.ScheduledCommand)>.
 
There was no mention in the comments on why this was changed and what the 
proper use case is for each. Ostensibly, the two commands are very similar 
according to their Javadocs. Does anyone know why this is and what devs on 
the forum might need to do to their existing DeferredCommand 
implementation? Thanks.

Effected checkins
#10996
#11005
#11010
#11011
#11012
#11013
#11014
#11021

Joe

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/pSgTKKOClvUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to