public interface ImageListener
extends java.rmi.Remote, java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
imageMade(ImageEvent<?> image)
Method gets invoked if new image is available.
|
void imageMade(ImageEvent<?> image) throws java.rmi.RemoteException
image - Object containing the pixel data, as well as the image metadata.java.rmi.RemoteException