インタフェース
com.jme3.input.RawInputListener の使用

RawInputListener を使用しているパッケージ
com.jme3.input The com.jme3.input package is used for all input handling in jMonkeyEngine. 
com.jme3.input.dummy The com.jme3.input.dummy package provides "dummy" or "null" implementations of the input interfaces. 
com.jme3.niftygui   
 

com.jme3.input での RawInputListener の使用
 

RawInputListener を実装している com.jme3.input のクラス
 class InputManager
          The InputManager is responsible for converting input events received from the Key, Mouse and Joy Input implementations into an abstract, input device independent representation that user code can use.
 

RawInputListener 型のパラメータを持つ com.jme3.input のメソッド
 void InputManager.addRawInputListener(RawInputListener listener)
          Adds a RawInputListener to receive raw input events.
 void InputManager.removeRawInputListener(RawInputListener listener)
          Removes a RawInputListener so that it no longer receives raw input events.
 void Input.setInputListener(RawInputListener listener)
          Sets the input listener to receive events from this device.
 

com.jme3.input.dummy での RawInputListener の使用
 

RawInputListener 型のパラメータを持つ com.jme3.input.dummy のメソッド
 void DummyInput.setInputListener(RawInputListener listener)
           
 

com.jme3.niftygui での RawInputListener の使用
 

RawInputListener を実装している com.jme3.niftygui のクラス
 class InputSystemJme