com.ibm.dse.services.checkreader
Interface AmperReaderListener
- All Known Implementing Classes:
- CheckReader
- public interface AmperReaderListener
Interface implemented by the CheckReader service.
Has to be also implemented by user written services accessing a reader device
with asynchronous functions using the Amper Standard protocol.
Method Summary |
void |
readCompleted(int retCode,
java.lang.String retMsg)
Gets the return code and the data asynchronously read from the reader. |
readCompleted
public void readCompleted(int retCode,
java.lang.String retMsg)
- Gets the return code and the data asynchronously read from the reader.
- Parameters:
retCode
- int.retMsg
- String.