|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectteamdev.jxcapture.events.CaptureAdapter
An abstract adapter class for receiving capture operation events.
Constructor Summary | |
CaptureAdapter()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CaptureAdapter()
Method Detail |
public void start()
CaptureListener
start
in interface CaptureListener
public void cancel()
CaptureListener
cancel
in interface CaptureListener
public void complete(java.awt.image.BufferedImage image)
CaptureListener
complete
in interface CaptureListener
image
- an image that represents the result of the capture operation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |