|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object eu.gnome.morena.DeviceBase eu.gnome.morena.ica.ICADevice eu.gnome.morena.ica.ICACamera
public class ICACamera
Field Summary |
---|
Fields inherited from interface eu.gnome.morena.Version |
---|
BUILD_DATE, BUILD_TIME, TMP_DIR, VERSION, VERSION_BUILD, VERSION_MAJOR, VERSION_MINOR |
Method Summary | |
---|---|
void |
run()
|
void |
startTransfer(TransferDoneListener transferDoneListener)
Scanning (scanner) or image transfer initiation (camera). |
Methods inherited from class eu.gnome.morena.DeviceBase |
---|
getFunctionalUnit, setFunctionalUnit, setupDevice, startTransfer, startTransfer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface eu.gnome.morena.Device |
---|
setupDevice, startTransfer, toString |
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void startTransfer(TransferDoneListener transferDoneListener) throws java.lang.Exception
DeviceBase
TransferDoneListener
provided is a callback handler that handles a
result of the transfer. Since the transfer process is asynchronous by
nature it should be considered that this method call does not wait for the
transfer is to be completed.
startTransfer
in interface Device
startTransfer
in class DeviceBase
transferDoneListener
- - specifies the handler of the transferred image.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |