com.jniwrapper.win32.ui
Class Timer.Callback

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Callback
          extended by com.jniwrapper.win32.ui.Timer.Callback
All Implemented Interfaces:
com.jniwrapper.PointerParameter
Enclosing class:
Timer

public abstract static class Timer.Callback
extends com.jniwrapper.Callback


Field Summary
 
Fields inherited from class com.jniwrapper.Callback
m
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
Timer.Callback()
           
 
Method Summary
 com.jniwrapper.UInt getMsg()
           
 com.jniwrapper.UInt32 getTime()
          Returns the number of milliseconds elapsed since the system was started.
 com.jniwrapper.UInt getTimerID()
           
 Wnd getWnd()
           
 
Methods inherited from class com.jniwrapper.Callback
, a, callback, callback, clone, createReturnValueByFields, dispose, getCallingConvention, getDebugInfo, getLength, getParameters, getReturnValue, init, isNull, isUseFieldsForCallbackParameters, read, restoreState, saveState, setCallingConvention, setUseFieldsForCallbackParameters, toPointer, write
 
Methods inherited from class com.jniwrapper.Parameter
a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, equals, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, hashCode, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer.Callback

public Timer.Callback()
Method Detail

getWnd

public Wnd getWnd()

getMsg

public com.jniwrapper.UInt getMsg()

getTimerID

public com.jniwrapper.UInt getTimerID()

getTime

public com.jniwrapper.UInt32 getTime()
Returns the number of milliseconds elapsed since the system was started. This is the value returned by the GetTickCount function from Windows API.

Returns:
number of milliseconds since the system start.