com.sun.javafx.newt
Interface EventListener

All Known Subinterfaces:
KeyListener, MouseListener, WindowListener

public interface EventListener


Field Summary
static int KEY
           
static int MOUSE
           
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


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.