Interface RfidEventsListener


  • public interface RfidEventsListener
    The interface contains read event and status event handlers to be implemented by the application in order to handle different RFID events generated.
    • Method Detail

      • eventReadNotify

        void eventReadNotify​(RfidReadEvents rfidReadEvents)
      • eventStatusNotify

        void eventStatusNotify​(RfidStatusEvents rfidStatusEvents)