org.fosstrak.hal
Interface AsynchronousIdentifyListener


public interface AsynchronousIdentifyListener

This interface should be implemented in order to be able to receive tag identification observations asynchronously.

Author:
Matthias Lampe, lampe@acm.org, Christian Floerkemeier, floerkem@mit.edu

Method Summary
 void asynchronousIdentifyPerformed(Observation observation)
          This callback method is called whenever an asynchronous identify has been performed.
 

Method Detail

asynchronousIdentifyPerformed

void asynchronousIdentifyPerformed(Observation observation)
This callback method is called whenever an asynchronous identify has been performed.

Parameters:
observation - Contains the information about the tag identification.


Copyright © 2008. All Rights Reserved.