com.caen.RFIDLibrary
Class CAENRFIDReader.AbortContinuosListener

java.lang.Object
  extended by com.caen.RFIDLibrary.CAENRFIDReader.AbortContinuosListener
All Implemented Interfaces:
TCPPortEventListener, gnu.io.SerialPortEventListener, java.util.EventListener
Enclosing class:
CAENRFIDReader

protected static class CAENRFIDReader.AbortContinuosListener
extends java.lang.Object
implements TCPPortEventListener, gnu.io.SerialPortEventListener


Constructor Summary
CAENRFIDReader.AbortContinuosListener()
           
 
Method Summary
 boolean isDataIncoming()
           
 boolean isMatched()
           
 void onDataEvent(TCPPortEvent evt)
           
 void serialEvent(gnu.io.SerialPortEvent spe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAENRFIDReader.AbortContinuosListener

public CAENRFIDReader.AbortContinuosListener()
Method Detail

isMatched

public boolean isMatched()

isDataIncoming

public boolean isDataIncoming()

onDataEvent

public void onDataEvent(TCPPortEvent evt)
Specified by:
onDataEvent in interface TCPPortEventListener

serialEvent

public void serialEvent(gnu.io.SerialPortEvent spe)
Specified by:
serialEvent in interface gnu.io.SerialPortEventListener