org.eclipse.actf.ui.util.timer
Class WaitExecSyncEventListener
java.lang.Object
   org.eclipse.actf.ui.util.timer.WaitExecSyncEventListener
org.eclipse.actf.ui.util.timer.WaitExecSyncEventListener
- All Implemented Interfaces: 
- Runnable, SyncEventListener
- public class WaitExecSyncEventListener 
- extends Object- implements SyncEventListener
Utility to periodically check if action defined in
 WaitExecSyncEventHandler can be executed. If canRun becomes true, it
 execute the run method of WaitExecSyncEventHandler.
- See Also:
- WaitExecSyncEventHandler,- SyncEventListener
 
 
 
WaitExecSyncEventListener
public WaitExecSyncEventListener(WaitExecSyncEventHandler handler)
- Constructor of the class
 
- Parameters:
- handler- target- WaitExecSyncEventHandler
 
getInterval
public double getInterval()
- 
- Specified by:
- getIntervalin interface- SyncEventListener
 
- 
- Returns:
- the interval time in form of second. For example, 100 millisecond is 0.1.
 
run
public void run()
- 
- Specified by:
- runin interface- Runnable
 
-