org.pushingpixels.flamingo.api.common
public interface AsynchronousLoadListener extends EventListener
SvgBatikResizableIcon
uses the ExecutorService
to load the
SVG image in the background. When the image is loaded, the component that
contains this image (JCommandButton
for example) is notified to
repaint itself.Modifier and Type | Method and Description |
---|---|
void |
completed(boolean success)
Indicates that the asynchronous load has been completed.
|