Package com.caen.RFIDLibrary
Interface CAENRFIDEventListener
-
- All Superinterfaces:
EventListener
public interface CAENRFIDEventListener extends EventListener
The listener interface for receiving CAEN RFID events.- Version:
- CAENRFIDLibrary 5.0.0
- Author:
- Andrea Iavazzo (support@caenrfid.com) CAEN RFID Srl Computing Division
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidCAENRFIDTagNotify(CAENRFIDEvent evt)Invoked when an action occurs.
-
-
-
Method Detail
-
CAENRFIDTagNotify
void CAENRFIDTagNotify(CAENRFIDEvent evt)
Invoked when an action occurs.- Parameters:
evt- The CAENRFIDEvent contains the Data Event
-
-