ewe.sys
Class SystemMessage

java.lang.Object
  extended byewe.sys.SystemMessage

public class SystemMessage
extends Object


Field Summary
static int CALLBACK
           
static int KEYFIRST
           
static int KEYLAST
           
 int lparam
           
static int MOUSEFIRST
           
static int MOUSELAST
           
static int PAINT
           
static int REMOVED
           
 int state
           
 int time
           
static int TIMER
           
 int type
           
 int wparam
           
 int x
           
 int y
           
 
Constructor Summary
SystemMessage()
           
 
Method Summary
 boolean isKey()
           
 boolean isMouse()
           
 boolean isPaint()
           
 boolean isPen()
           
 boolean isTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

type

public int type

wparam

public int wparam

lparam

public int lparam

time

public int time

x

public int x

y

public int y

state

public int state

REMOVED

public static final int REMOVED
See Also:
Constant Field Values

PAINT

public static final int PAINT
See Also:
Constant Field Values

MOUSEFIRST

public static final int MOUSEFIRST
See Also:
Constant Field Values

MOUSELAST

public static final int MOUSELAST
See Also:
Constant Field Values

KEYFIRST

public static final int KEYFIRST
See Also:
Constant Field Values

KEYLAST

public static final int KEYLAST
See Also:
Constant Field Values

TIMER

public static final int TIMER
See Also:
Constant Field Values

CALLBACK

public static final int CALLBACK
See Also:
Constant Field Values
Constructor Detail

SystemMessage

public SystemMessage()
Method Detail

isMouse

public boolean isMouse()

isKey

public boolean isKey()

isPen

public boolean isPen()

isPaint

public boolean isPaint()

isTimer

public boolean isTimer()