|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.image.operation.events.CaptureAdapter
public abstract class 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 CaptureListenerpublic void cancel()
CaptureListener
cancel in interface CaptureListenerpublic void complete(java.awt.image.BufferedImage image)
CaptureListener
complete in interface CaptureListenerimage - 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 | |||||||||