Interface RfidTagEventListener<T>
-
- All Known Subinterfaces:
HfTagEventListener
,MfTagEventListener
,UhfTagEventListener
- All Known Implementing Classes:
EventHandler
public interface RfidTagEventListener<T>
- Author:
- jannis becke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tagFound(RfidTagFound<T> tag)
void
tagLost(RfidTagLost<T> tag)
-
-
-
Method Detail
-
tagFound
void tagFound(RfidTagFound<T> tag)
-
tagLost
void tagLost(RfidTagLost<T> tag)
-
-