com.jinke.gui.event
Class Event

java.lang.Object
  extended by com.jinke.gui.event.Event
Direct Known Subclasses:
DBusEvent, ErrorEvent, KeyEvent, MouseEvent, WindowEvent

public class Event
extends java.lang.Object


Field Summary
static int BUTTON_DOWN
           
static int BUTTON_UP
           
static int ERROR
           
private  int eventType
           
static int EXPOSURE
           
static int FDINPUT
           
static int KEY_DOWN
           
static int KEY_UP
           
static int MOUSE_ENTER
           
static int MOUSE_EXIT
           
static int MOUSE_MOTION
           
static int MOUSE_POSITION
           
static int NONE
           
static int REFRESH
           
 
Constructor Summary
Event()
           
 
Method Summary
 int getEventType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final int ERROR
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values

EXPOSURE

public static final int EXPOSURE
See Also:
Constant Field Values

BUTTON_DOWN

public static final int BUTTON_DOWN
See Also:
Constant Field Values

BUTTON_UP

public static final int BUTTON_UP
See Also:
Constant Field Values

MOUSE_ENTER

public static final int MOUSE_ENTER
See Also:
Constant Field Values

MOUSE_EXIT

public static final int MOUSE_EXIT
See Also:
Constant Field Values

MOUSE_MOTION

public static final int MOUSE_MOTION
See Also:
Constant Field Values

MOUSE_POSITION

public static final int MOUSE_POSITION
See Also:
Constant Field Values

KEY_DOWN

public static final int KEY_DOWN
See Also:
Constant Field Values

KEY_UP

public static final int KEY_UP
See Also:
Constant Field Values

FDINPUT

public static final int FDINPUT
See Also:
Constant Field Values

REFRESH

public static final int REFRESH
See Also:
Constant Field Values

eventType

private int eventType
Constructor Detail

Event

public Event()
Method Detail

getEventType

public int getEventType()
Returns: