edu.washington.cs.rfid.gateway
Interface ReaderConnectionListener

All Known Implementing Classes:
ReaderGateway

public interface ReaderConnectionListener

An interface for classes that listen to one or more ReaderConnection.

Author:
Evan

Method Summary
 void newMsg(java.lang.String msg)
          Sends a message to the listener containing arbitrary information.
 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

newMsg

void newMsg(java.lang.String msg)
Sends a message to the listener containing arbitrary information.

Parameters:
msg - The new message