google-code-export / gwt-log

Automatically exported from code.google.com/p/gwt-log
1 stars 0 forks source link

Wiki update for deprecated DeferredCommand class in GWT 2.1 #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
 Please update DeferredCommand usage getting started wiki page because it's deprecate in GWT 2.1.

GWT javadoc says:
 Deprecated. Replaced by Scheduler.scheduleDeferred() because the static nature of this API prevents effective mocking for JRE-only tests.

Littele example for this:

Scheduler.get().scheduleDeferred(new ScheduledCommand() {

            @Override
            public void execute() {
                // TODO Auto-generated method stub

            }
        });

Best regards,
 Anton

Original issue reported on code.google.com by antonev...@gmail.com on 29 Nov 2010 at 5:09

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by fredsa@google.com on 21 Jun 2011 at 12:06