Package org.lobobrowser.html.domimpl
Interface ImageListener
-
- All Superinterfaces:
java.util.EventListener
public interface ImageListener extends java.util.EventListener
-
-
Field Summary
Fields Modifier and Type Field Description static ImageListener[]
EMPTY_ARRAY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
imageLoaded(ImageEvent event)
-
-
-
Field Detail
-
EMPTY_ARRAY
static final ImageListener[] EMPTY_ARRAY
-
-
Method Detail
-
imageLoaded
void imageLoaded(ImageEvent event)
-
-