org.nfctools.nfcip
Class NFCIPTagListener

java.lang.Object
  extended by org.nfctools.nfcip.NFCIPTagListener
All Implemented Interfaces:
NfcTagListener

public class NFCIPTagListener
extends Object
implements NfcTagListener


Constructor Summary
NFCIPTagListener(NFCIPConnectionListener nfcipConnectionListener)
           
 
Method Summary
 boolean canHandle(Tag tag)
           
protected  void handleNfcipConnection(NFCIPConnection nfcipConnection)
           
 void handleTag(Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFCIPTagListener

public NFCIPTagListener(NFCIPConnectionListener nfcipConnectionListener)
Method Detail

canHandle

public boolean canHandle(Tag tag)
Specified by:
canHandle in interface NfcTagListener

handleTag

public void handleTag(Tag tag)
Specified by:
handleTag in interface NfcTagListener

handleNfcipConnection

protected void handleNfcipConnection(NFCIPConnection nfcipConnection)
                              throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.