|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.webfoot.vnc.editor.AutoRefresh
public class AutoRefresh
A Runnable class that continually updates the image that the plug-in view is displaying. Refers to the client for the image.
Constructor Summary | |
---|---|
AutoRefresh(VNCEditor vncv)
Private constructor |
Method Summary | |
---|---|
void |
restart()
Re-initializes the this.run method so it can be run again. |
void |
run()
Main method for the runnable. |
void |
stopRunning()
Terminates this.run method. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutoRefresh(VNCEditor vncv)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void stopRunning()
public void restart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |