Extension of an HtmlObject that represents a single HTML image (IMG tag). Next to the default values provided by the HtmlObject, an extra 'src' field is provided. This string value should point to the actual image.
Instances of this class can be initiated with a {@link BooleanCallback} that is notified when the image is doneloading. The image is done loading when it has either loaded successfully or when 5 attempts have failed. In any case, the callback's execute method will be invoked, thereby indicating success or failure.
@author Pieter De Graef
|
|
|
|