![]() |
Accusoft USB Scanner SDK
|
This interface provides a callback method that is executed when a ScanSession object has finished being asynchronously constructed. More...
Inherits Serializable.
Public Member Functions | |
void | onError (ScanError error) |
Callback executed if an error occurs during construction. | |
void | onScanSession (ScanSession session) |
This method is called when a ScanSession object has been constructed via a call to ScanSession.requestSession(). |
This interface provides a callback method that is executed when a ScanSession object has finished being asynchronously constructed.
void onError | ( | ScanError | error | ) |
Callback executed if an error occurs during construction.
error | See ScanError. |
void onScanSession | ( | ScanSession | session | ) |
This method is called when a ScanSession object has been constructed via a call to ScanSession.requestSession().
session | The constructed session. |