Package com.metratec.lib.rfidreader
Interface ReceiveListener
-
public interface ReceiveListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dataReceived(java.lang.String data)
called if data received
-