public interface ITinClock
extends java.io.Serializable
Description: 'Provides timing utilities.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID75d08ef4_23aa_11d5_aba6_0008c73fd50c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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).
|
static final int IID75d08ef4_23aa_11d5_aba6_0008c73fd50c
static final int xxDummy
static final java.lang.String IID
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void sleep(double seconds) throws java.io.IOException, AutomationException
seconds
- The seconds (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getElapsedTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.