Interface AsynchronousLoadListener
-
- All Superinterfaces:
EventListener
public interface AsynchronousLoadListener extends EventListener
This interface is used for asynchronously-loaded contents. When the image is loaded, the component that contains this image (JCommandButtonfor example) is notified to repaint itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompleted(boolean success)Indicates that the asynchronous load has been completed.
-