edu.washington.cs.rfid.util
Interface RFIDSignalListener

All Known Implementing Classes:
ReaderGateway, TagRouter, TestRFIDSignalHandler

public interface RFIDSignalListener

An interface for custom signal handling.

Author:
Evan

Method Summary
 boolean handle(java.lang.String s)
          Handles the given signal in a custom way.
 

Method Detail

handle

boolean handle(java.lang.String s)
Handles the given signal in a custom way.

Parameters:
s - The signal to handle
Returns:
True if the handling succeeds, false o/w