Class RfidReaderInputChange
- java.lang.Object
-
- com.metratec.lib.rfidreader.event.RfidEvent
-
- com.metratec.lib.rfidreader.event.RfidReaderInputChange
-
- All Implemented Interfaces:
Serializable
public class RfidReaderInputChange extends RfidEvent
- Author:
- jannis becke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RfidReaderInputChange(String identifier, Long timestamp, Integer pin, Boolean state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getPin()
Boolean
getState()
void
setPin(Integer pin)
void
setState(Boolean state)
String
toString()
-
Methods inherited from class com.metratec.lib.rfidreader.event.RfidEvent
getIdentifier, getTimestamp
-
-