moteaccess
Interface IMoteListener

All Known Implementing Classes:
MoteAccessTester, MoteAgent

public interface IMoteListener

Interface that must be implemented by the callers of the method exported by the IMoteAccess.

Version:
1.0
Author:
Carlo Curino, Matteo Giani, Marco Giorgetta, Alessandro Giusti

Method Summary
 void addData(MoteResult mr)
          This method is used to call back a listener returning the result of a read.
 void addReactionData(MoteResult mr)
          Used to call back a listener returning the result of a reaction fire.
 

Method Detail

addData

public void addData(MoteResult mr)
This method is used to call back a listener returning the result of a read.

Parameters:
mr -

addReactionData

public void addReactionData(MoteResult mr)
Used to call back a listener returning the result of a reaction fire.

Parameters:
mr -