com.phidgets.event
Interface TagLossListener


public interface TagLossListener

This interface represents a TagLossEvent. This event originates from the Phidget RFID reader. Tag loss events occur when a tag is removed from the RFID reader.

Author:
Phidgets Inc.

Method Summary
 void tagLost(TagLossEvent ae)
          This method is called with the event data when a new event arrives.
 

Method Detail

tagLost

public void tagLost(TagLossEvent ae)
This method is called with the event data when a new event arrives.

Parameters:
ae - the event data object containing event data