Package jgl.wt.awt.listener
Class GLUTNoopListener
java.lang.Object
jgl.wt.awt.listener.GLUTNoopListener
- All Implemented Interfaces:
GLUTListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the listener has any of usable}invalid @link
{@link this#onKeyboard(Component, char, int, int)}invalid @link
{@link this#onSpecialKey(Component, char, int, int)} (Component, char, int, int)}invalid @link
{@link this#onSpecialKeyUp(Component, char, int, int)booleanIndicates whether the listener has usable}invalid @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, waitMethods 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:GLUTListenerIndicates whether the listener has usable}invalid @link
{@link this#onMouse(Component, int, int, int, int)- Specified by:
hasMouseCallbackin interfaceGLUTListener
-
hasKeyboardCallback
public boolean hasKeyboardCallback()Description copied from interface:GLUTListenerIndicates whether the listener has any of usable}invalid @link
{@link this#onKeyboard(Component, char, int, int)}invalid @link
{@link this#onSpecialKey(Component, char, int, int)} (Component, char, int, int)}invalid @link
{@link this#onSpecialKeyUp(Component, char, int, int)- Specified by:
hasKeyboardCallbackin interfaceGLUTListener
-