edu.washington.cs.rfid.gateway
Interface ReaderGatewayListener

All Known Implementing Classes:
TagRouter

public interface ReaderGatewayListener

An interface for classes that listen to one or more ReaderGateway objects.

Author:
Evan

Method Summary
 void newTRE(TRE t)
          Handles a newly received TRE.
 

Method Detail

newTRE

void newTRE(TRE t)
Handles a newly received TRE.

Parameters:
t - The new TRE