motej.demos.balanceboard
Class StatusInformationReportPanel

java.lang.Object
  extended by motej.demos.balanceboard.StatusInformationReportPanel
All Implemented Interfaces:
java.util.EventListener, StatusInformationListener

public class StatusInformationReportPanel
extends java.lang.Object
implements StatusInformationListener

Author:
Volker Fritzsch

Constructor Summary
StatusInformationReportPanel(Mote mote)
           
 
Method Summary
 javax.swing.JPanel getPanel()
           
 void statusInformationReceived(StatusInformationReport report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusInformationReportPanel

public StatusInformationReportPanel(Mote mote)
Method Detail

getPanel

public javax.swing.JPanel getPanel()

statusInformationReceived

public void statusInformationReceived(StatusInformationReport report)
Specified by:
statusInformationReceived in interface StatusInformationListener