uk.co.petertribble.solview.explorer
Class JFSstat

java.lang.Object
  extended by JKdemo
      extended by uk.co.petertribble.solview.explorer.JFSstat
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class JFSstat
extends JKdemo
implements java.awt.event.ActionListener


Constructor Summary
JFSstat()
           
JFSstat(JKstat jkstat, boolean standalone)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static void main(java.lang.String[] args)
           
 void setDelay(int i)
           
 void stopLoop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFSstat

public JFSstat()

JFSstat

public JFSstat(JKstat jkstat,
               boolean standalone)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

stopLoop

public void stopLoop()

setDelay

public void setDelay(int i)

main

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