|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TwainEventListener
Add to the tagging interface that all event listener interfaces must extend. Clients will receive the image once the user has acquired the image and the device has transferred the Bitmap to the JVM
| Method Summary | |
|---|---|
void |
twainCapabilityNotSet(TwainEvent e)
Simialr to a warning. |
void |
twainCapabilitySet(TwainEvent e)
Opposite of a warning. |
void |
twainImageCaptured(TwainEvent e)
The image has arrived from the device to your client interface |
void |
twainImageCapturedFailed(TwainEvent e)
Rather than throwing an exception listeners are informed of the failure. |
| Method Detail |
|---|
void twainImageCaptured(TwainEvent e)
e - TwainEventvoid twainImageCapturedFailed(TwainEvent e)
e - void twainCapabilitySet(TwainEvent e)
e - void twainCapabilityNotSet(TwainEvent e)
e -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||