public abstract class CaptureAdapter extends java.lang.Object implements CaptureListener
| Constructor and Description |
|---|
CaptureAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Invoked when the capture operation is canceled.
|
void |
complete(java.awt.image.BufferedImage image)
Invoked when the capture operation is completed.
|
void |
start()
Invoked when the capture operation is started.
|
public void start()
CaptureListenerstart in interface CaptureListenerpublic void cancel()
CaptureListenercancel in interface CaptureListenerpublic void complete(java.awt.image.BufferedImage image)
CaptureListenercomplete in interface CaptureListenerimage - an image that represents the result of the capture operation