uk.co.petertribble.solview.explorer
Class ArcStat

java.lang.Object
  extended by JKdemo
      extended by uk.co.petertribble.solview.explorer.ArcStat

public class ArcStat
extends JKdemo


Constructor Summary
ArcStat()
           
ArcStat(JKstat jkstat, boolean standalone)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setDelay(int interval)
           
 void startLoop()
          Start the timer loop, so that the accessory updates itself.
 void stopLoop()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcStat

public ArcStat()

ArcStat

public ArcStat(JKstat jkstat,
               boolean standalone)
Method Detail

update

public void update()

startLoop

public void startLoop()
Start the timer loop, so that the accessory updates itself.


stopLoop

public void stopLoop()

setDelay

public void setDelay(int interval)

main

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