public class SoSystemTimerTask extends Inventor implements SafeDisposable
SoSystemTimer to execute a task.
This object is used by SoSystemTimer to execute a custom action when the timer is triggered
See also:
SoSensorHandler, SoSystemTimer
Inventor.ConstructorCommandVERBOSE_LEVEL, ZeroHandle| Modifier and Type | Method and Description |
|---|---|
boolean |
dispose()
Explicitly call this method to force object to dispose its unmanaged
resources.
|
boolean |
isDisposable()
Returns a boolean flag which indicates if it is safe to call
SafeDisposable.dispose() on the object. |
void |
run()
This method is executed by
SoSystemTimer when it is triggered . |
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic boolean isDisposable()
SafeDisposableSafeDisposable.dispose() on the object.isDisposable in interface SafeDisposabletrue if the object can be disposed in a safe mannerpublic boolean dispose()
Inventordispose in interface SafeDisposabledispose in class Inventortrue if this object native resources were successfully
disposed; false if it was already disposed or no
native resources has been registered for this object.public void run()
SoSystemTimer when it is triggered .Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com