JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.actf.util.win32
Interface IIntervalExec
All Known Implementing Classes:
HighlightComposite
public interface
IIntervalExec
IIntervalExec interface defines a method to be implemented by the object which will be executed in certain interval. It has the same function of
Runnable
, but the exec() method has a return value.
Method Summary
Methods
Modifier and Type
Method and Description
int
exec
()
Method Detail
exec
int exec()
Returns:
the next interval time in milliseconds.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method