mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
move all Result to RXingResult
This commit is contained in:
@@ -22,8 +22,8 @@ package com.google.zxing;
|
||||
*
|
||||
* @see DecodeHintType#NEED_RESULT_POINT_CALLBACK
|
||||
*/
|
||||
public interface ResultPointCallback {
|
||||
public interface RXingResultPointCallback {
|
||||
|
||||
void foundPossibleResultPoint(ResultPoint point);
|
||||
void foundPossibleRXingResultPoint(RXingResultPoint point);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user