com.accessltd.device
Interface AccessDeviceStatusListener


public interface AccessDeviceStatusListener

This interface provides callback about the OCR reader state.


Method Summary
 void AccessDeviceConnected(java.lang.String VendorId, java.lang.String ProductId)
          Implements a call back method for OCR device connection
 void AccessDeviceDisconnected()
          Implements a call back method for OCR device connection
 

Method Detail

AccessDeviceConnected

void AccessDeviceConnected(java.lang.String VendorId,
                           java.lang.String ProductId)
Implements a call back method for OCR device connection


AccessDeviceDisconnected

void AccessDeviceDisconnected()
Implements a call back method for OCR device connection