クラス
com.jme3.input.event.JoyAxisEvent の使用

JoyAxisEvent を使用しているパッケージ
com.jme3.input The com.jme3.input package is used for all input handling in jMonkeyEngine. 
com.jme3.niftygui   
 

com.jme3.input での JoyAxisEvent の使用
 

JoyAxisEvent 型のパラメータを持つ com.jme3.input のメソッド
 void InputManager.onJoyAxisEvent(JoyAxisEvent evt)
          Callback from RawInputListener.
 void RawInputListener.onJoyAxisEvent(JoyAxisEvent evt)
          Invoked on joystick axis events.
 

com.jme3.niftygui での JoyAxisEvent の使用
 

JoyAxisEvent 型のパラメータを持つ com.jme3.niftygui のメソッド
 void InputSystemJme.onJoyAxisEvent(JoyAxisEvent evt)