Class GLUTNoopListener

java.lang.Object
jgl.wt.awt.listener.GLUTNoopListener
All Implemented Interfaces:
GLUTListener

public final class GLUTNoopListener extends Object implements GLUTListener
  • Field Details

  • Constructor Details

    • GLUTNoopListener

      public GLUTNoopListener()
  • Method Details

    • hasMouseCallback

      public boolean hasMouseCallback()
      Description copied from interface: GLUTListener
      Indicates whether the listener has usable
      invalid @link
      {@link this#onMouse(Component, int, int, int, int)
      }
      Specified by:
      hasMouseCallback in interface GLUTListener
    • hasKeyboardCallback

      public boolean hasKeyboardCallback()
      Description copied from interface: GLUTListener
      Indicates 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)
      }
      invalid @link
      {@link this#onSpecialKeyUp(Component, char, int, int)
      } (Component, char, int, int)}
      Specified by:
      hasKeyboardCallback in interface GLUTListener