com.jogamp.newt.event
Interface NEWTEventListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
KeyListener, MouseListener, WindowListener
All Known Implementing Classes:
KeyAdapter, MouseAdapter, TraceKeyAdapter, TraceMouseAdapter, TraceWindowAdapter, WindowAdapter

public interface NEWTEventListener
extends EventListener


Field Summary
static int KEY
           
static int MOUSE
           
static int SURFACE
           
static int WINDOW
           
 

Field Detail

WINDOW

static final int WINDOW
See Also:
Constant Field Values

MOUSE

static final int MOUSE
See Also:
Constant Field Values

KEY

static final int KEY
See Also:
Constant Field Values

SURFACE

static final int SURFACE
See Also:
Constant Field Values


Copyright 2010 JogAmp Community.