|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITinClock
Provides timing utilities.
Method Summary | |
---|---|
double |
getElapsedTime()
Return elapsed (since last Reset call) time in seconds. |
void |
reset()
Reset clock. |
void |
sleep(double seconds)
Suspends the execution of the current thread for the specified interval (in seconds). |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void sleep(double seconds) throws IOException, AutomationException
seconds
- The seconds (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElapsedTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |