|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.DelegatingParameter
com.jniwrapper.ax
com.jniwrapper.UInt
com.jniwrapper.win32.ui.Timer
System timer that executes a callback after a specified timeout value elapsed.
| Nested Class Summary | |
static class |
Timer.Callback
|
| Field Summary |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
Timer(Wnd wnd,
long timerID,
long timeout,
Timer.Callback callback)
|
|
| Method Summary | |
Timer.Callback |
getCallback()
|
long |
getTimeout()
|
long |
getTimerID()
|
Wnd |
getWnd()
|
void |
start()
Starts the timer using SetTimer API function. |
void |
stop()
Kills the timer using KillTimer API function. |
| Methods inherited from class com.jniwrapper.UInt |
clone |
| Methods inherited from class com.jniwrapper.ax |
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString |
| Methods inherited from class com.jniwrapper.DelegatingParameter |
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Timer(Wnd wnd,
long timerID,
long timeout,
Timer.Callback callback)
| Method Detail |
public Wnd getWnd()
public long getTimerID()
public long getTimeout()
public Timer.Callback getCallback()
public void start()
SetTimer API function.
public void stop()
KillTimer API function.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||