motejx.adapters
Class StatefulClassicControllerAnalogAdapter
java.lang.Object
motejx.adapters.StatefulClassicControllerAnalogAdapter
- All Implemented Interfaces:
- EventListener, ClassicControllerAnalogListener
public abstract class StatefulClassicControllerAnalogAdapter
- extends Object
- implements ClassicControllerAnalogListener
- Author:
- Volker Fritzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latestLeftAnalogStickEvent
protected LeftAnalogStickEvent latestLeftAnalogStickEvent
latestRightAnalogStickEvent
protected RightAnalogStickEvent latestRightAnalogStickEvent
latestLeftAnalogTriggerEvent
protected LeftAnalogTriggerEvent latestLeftAnalogTriggerEvent
latestRightAnalogTriggerEvent
protected RightAnalogTriggerEvent latestRightAnalogTriggerEvent
StatefulClassicControllerAnalogAdapter
public StatefulClassicControllerAnalogAdapter()
leftAnalogStickChanged
public void leftAnalogStickChanged(LeftAnalogStickEvent evt)
- Specified by:
leftAnalogStickChanged
in interface ClassicControllerAnalogListener
leftAnalogStickStateChanged
public abstract void leftAnalogStickStateChanged(LeftAnalogStickEvent evt)
leftAnalogTriggerChanged
public void leftAnalogTriggerChanged(LeftAnalogTriggerEvent evt)
- Specified by:
leftAnalogTriggerChanged
in interface ClassicControllerAnalogListener
leftAnalogTriggerStateChanged
public abstract void leftAnalogTriggerStateChanged(LeftAnalogTriggerEvent evt)
rightAnalogStickChanged
public void rightAnalogStickChanged(RightAnalogStickEvent evt)
- Specified by:
rightAnalogStickChanged
in interface ClassicControllerAnalogListener
rightAnalogStickStateChanged
public abstract void rightAnalogStickStateChanged(RightAnalogStickEvent evt)
rightAnalogTriggerChanged
public void rightAnalogTriggerChanged(RightAnalogTriggerEvent evt)
- Specified by:
rightAnalogTriggerChanged
in interface ClassicControllerAnalogListener
rightAnalogTriggerStateChanged
public abstract void rightAnalogTriggerStateChanged(RightAnalogTriggerEvent evt)
Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.