vxp
Class Notifier

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

public class Notifier
extends IdlingThread

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

Field Summary
 
Fields inherited from class vxp.IdlingThread
ps
 
Constructor Summary
Notifier(PixelSource _ps, int _frameRate)
           
 
Method Summary
 void run()
           
 
Methods inherited from class vxp.IdlingThread
startMe, stopMe
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notifier

public Notifier(PixelSource _ps,
                int _frameRate)
Method Detail

run

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