Package com.zebra.rfid.api3
Interface RfidEventsListener
-
public interface RfidEventsListenerThe interface contains read event and status event handlers to be implemented by the application in order to handle different RFID events generated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventReadNotify(RfidReadEvents rfidReadEvents)voideventStatusNotify(RfidStatusEvents rfidStatusEvents)
-
-
-
Method Detail
-
eventReadNotify
void eventReadNotify(RfidReadEvents rfidReadEvents)
-
eventStatusNotify
void eventStatusNotify(RfidStatusEvents rfidStatusEvents)
-
-