moteaccess
Class MoteAccessTester

java.lang.Object
  extended bymoteaccess.MoteAccessTester
All Implemented Interfaces:
IMoteListener

public class MoteAccessTester
extends java.lang.Object
implements IMoteListener


Constructor Summary
MoteAccessTester()
           
 
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.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoteAccessTester

public MoteAccessTester()
Method Detail

main

public static void main(java.lang.String[] args)

addData

public void addData(MoteResult mr)
Description copied from interface: IMoteListener
This method is used to call back a listener returning the result of a read.

Specified by:
addData in interface IMoteListener
Parameters:
mr -

addReactionData

public void addReactionData(MoteResult mr)
Description copied from interface: IMoteListener
Used to call back a listener returning the result of a reaction fire.

Specified by:
addReactionData in interface IMoteListener
Parameters:
mr -