public interface IImageLoadPanelListener
ImageLoadPanel
.Modifier and Type | Method and Description |
---|---|
void |
applyChanges(ImageLoadPanel pImageLoadPanel,
java.awt.image.BufferedImage pImage)
This method is called when the value of the
ImageLoadPanel panel has been changed. |
void applyChanges(ImageLoadPanel pImageLoadPanel, java.awt.image.BufferedImage pImage)
ImageLoadPanel
panel has been changed.pImageLoadPanel
- The ImageLoadPanel
to which the listener is registered and that triggered this method call.pImage
- The BufferedImage
that is now set in the ImageLoadPanel
.