596061626364656667
GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable reason) { } public void onSuccess() { new ImageRotate(linker, linker.getSelectionContext().getSingleSelection() ).show(); } }); }