198199200201202203204205206207208
Outcome<Context> outcome = new Outcome<Context>() { @Override public void onFailure(final Context context) { progress.hide(); Window.alert("Reification failed"); } @Override public void onSuccess(final Context context) {
205206207208209210211212213214215
} @Override public void onSuccess(final Context context) { progress.hide(); // show result ReificationWidget widget = context.get(ContextKey.WIDGET); assert widget !=null;
164165166167168169170171172173174
171172173174175176177178179180181
163164165166167168169170171172173
170171172173174175176177178179180