vxp
Class IdlingThread

java.lang.Object
  extended byvxp.IdlingThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
Notifier

public class IdlingThread
extends java.lang.Object
implements java.lang.Runnable

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 PixelSource ps
           
 
Method Summary
 void run()
           
 void startMe()
           
 void stopMe()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ps

public PixelSource ps
Method Detail

startMe

public void startMe()

stopMe

public void stopMe()

run

public void run()
Specified by:
run in interface java.lang.Runnable