Package jgl.wt.awt.listener
Class GLUTNoopListener
java.lang.Object
jgl.wt.awt.listener.GLUTNoopListener
- All Implemented Interfaces:
GLUTListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether the listener has any of usableinvalid @link
{@link this#onKeyboard(Component, char, int, int)
invalid @link
{@link this#onSpecialKey(Component, char, int, int)
invalid @link
{@link this#onSpecialKeyUp(Component, char, int, int)
boolean
Indicates whether the listener has usableinvalid @link
{@link this#onMouse(Component, int, int, int, int)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jgl.wt.awt.listener.GLUTListener
onDisplay, onIdle, onKeyboard, onKeyboardUp, onMotion, onMouse, onReshape, onSpecialKey, onSpecialKeyUp
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
GLUTNoopListener
public GLUTNoopListener()
-
-
Method Details
-
hasMouseCallback
public boolean hasMouseCallback()Description copied from interface:GLUTListener
Indicates whether the listener has usableinvalid @link
{@link this#onMouse(Component, int, int, int, int)
- Specified by:
hasMouseCallback
in interfaceGLUTListener
-
hasKeyboardCallback
public boolean hasKeyboardCallback()Description copied from interface:GLUTListener
Indicates whether the listener has any of usableinvalid @link
{@link this#onKeyboard(Component, char, int, int)
invalid @link
{@link this#onSpecialKey(Component, char, int, int)
invalid @link
{@link this#onSpecialKeyUp(Component, char, int, int)
- Specified by:
hasKeyboardCallback
in interfaceGLUTListener
-