motej.demos.common
Class SimpleMoteFinder

java.lang.Object
  extended by motej.demos.common.SimpleMoteFinder
All Implemented Interfaces:
java.util.EventListener, MoteFinderListener

public class SimpleMoteFinder
extends java.lang.Object
implements MoteFinderListener


Constructor Summary
SimpleMoteFinder()
           
 
Method Summary
 Mote findMote()
           
 void moteFound(Mote mote)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMoteFinder

public SimpleMoteFinder()
Method Detail

moteFound

public void moteFound(Mote mote)
Specified by:
moteFound in interface MoteFinderListener

findMote

public Mote findMote()