com.pax.dal
Interface IIDReader.IDReadListener
-
- Enclosing interface:
- IIDReader
public static interface IIDReader.IDReadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonComplete()读取结束回调the underlying called when finish readingvoidonRead(IDReadResult result)读取内容成功时回调the underlying called when read successful
-
-
-
Method Detail
-
onRead
void onRead(IDReadResult result)
读取内容成功时回调the underlying called when read successful- Parameters:
result-IDReadResult- Since:
- V2.00.03
-
onComplete
void onComplete()
读取结束回调the underlying called when finish reading- Since:
- V2.00.03
-
-