Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
helper
Class  OfficeWatcher
java.lang.Object
  |
  +--java.lang.Thread
        |
        +--helper.OfficeWatcher
- All Implemented Interfaces: 
- Runnable, Watcher
- public class OfficeWatcher- extends Thread- implements Watcher
 
 
 
| Method Summary | 
|  void | ping()pings the office watcher to check for changes
 | 
|  void | run()
 | 
| protected  void | shortWait(int timeOut)
 | 
 
| Methods inherited from class java.lang.Thread | 
| activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield | 
 
 
finish
public boolean finish
OfficeWatcher
public OfficeWatcher(TestParameters param)
- Creates new OfficeWatcher
ping
public void ping()
- pings the office watcher to check for changes- 
- Specified by: 
- pingin interface- Watcher
 
run
public void run()
- 
- Overrides:
- runin class- Thread
 
shortWait
protected void shortWait(int timeOut)
-