package Camera; public interface LiveCamEvent { void onDetectedQRCode(String qrCode); void onFaceDetector(boolean hasface, int width, int height); void onLog(String log); }