|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--java.lang.Thread
|
+--SpyThread
Spies on an object once per second and displays the results in a SpyWindow.
| Field Summary | |
(package private) boolean |
okay
When this becomes false (via cancel |
(package private) java.lang.Object |
spyInfo
An arbitrary object containing information about what we're spying on. |
(package private) SpyWindow |
spyWindow
The window in which our information is being displayed |
| Fields inherited from class java.lang.Thread |
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals |
| Constructor Summary | |
(package private) |
SpyThread(java.lang.Object argSpyInfo)
Note what it is that we're spying on. |
| Method Summary | |
void |
cancel()
Called from a cancel button and causes us to stop spying and go home. |
void |
run()
The thread's main method. |
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
boolean okay
cancel, we're done.java.lang.Object spyInfo
SpyWindow spyWindow
| Constructor Detail |
SpyThread(java.lang.Object argSpyInfo)
argSpyInfo - the target of our interest| Method Detail |
public void cancel()
public void run()
run in class java.lang.Thread
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||