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
Original issue reported on code.google.com by
antonev...@gmail.com
on 29 Nov 2010 at 5:09