GWT's Image widget has a addLoadHandler method allowing you to be informed when the image is available - note that this only shows up if the Image is attached to the page.
GXT doesn't itself have any image widget, the general GWT one should typically be enough.