motej.demos.motionplus
Class MotionPlusDemo

java.lang.Object
  extended by motej.demos.motionplus.MotionPlusDemo
All Implemented Interfaces:
java.util.EventListener, ExtensionListener, MoteFinderListener, MotionPlusListener

public class MotionPlusDemo
extends java.lang.Object
implements MoteFinderListener, ExtensionListener, MotionPlusListener


Constructor Summary
MotionPlusDemo()
           
 
Method Summary
 void extensionConnected(ExtensionEvent evt)
           
 void extensionDisconnected(ExtensionEvent evt)
           
protected  void initGui()
           
static void main(java.lang.String[] args)
           
 void moteFound(Mote mote)
           
 void speedChanged(MotionPlusEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionPlusDemo

public MotionPlusDemo()
Method Detail

main

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

extensionConnected

public void extensionConnected(ExtensionEvent evt)
Specified by:
extensionConnected in interface ExtensionListener

extensionDisconnected

public void extensionDisconnected(ExtensionEvent evt)
Specified by:
extensionDisconnected in interface ExtensionListener

initGui

protected void initGui()

moteFound

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

speedChanged

public void speedChanged(MotionPlusEvent evt)
Specified by:
speedChanged in interface MotionPlusListener