|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IITSOFrameworkCallback
Interface that allows for the result of an IITSOFramework
operation to be returned asynchnously.
Method Summary | |
---|---|
void |
onReadComplete(List<Product> products)
Called when the read has finished successfully |
void |
onReadError(Outcome.Code code)
Called when there was an error reading from the card |
Method Detail |
---|
void onReadComplete(List<Product> products)
products
- A list of products read from the cardvoid onReadError(Outcome.Code code)
code
- A Outcome.Code
representing the error that occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |