com.jinke.gui.event
Interface EventListener

All Known Subinterfaces:
DBusListener, ErrorListener, KeyListener, MouseListener, TimerListener, WindowListener
All Known Implementing Classes:
DBusAdapter, KeyAdapter, MouseAdapter, TimerAdapter, WindowAdapter

public interface EventListener


Field Summary
static int DBUMASK
           
static int ERRMASK
           
static int KEYMASK
           
static int MSEMASK
           
static int WINMASK
           
 

Field Detail

ERRMASK

static final int ERRMASK
See Also:
Constant Field Values

WINMASK

static final int WINMASK
See Also:
Constant Field Values

KEYMASK

static final int KEYMASK
See Also:
Constant Field Values

MSEMASK

static final int MSEMASK
See Also:
Constant Field Values

DBUMASK

static final int DBUMASK
See Also:
Constant Field Values