motejx.adapters
Class StatefulClassicControllerAnalogAdapter

java.lang.Object
  extended by motejx.adapters.StatefulClassicControllerAnalogAdapter
All Implemented Interfaces:
EventListener, ClassicControllerAnalogListener

public abstract class StatefulClassicControllerAnalogAdapter
extends Object
implements ClassicControllerAnalogListener

Author:
Volker Fritzsch

Field Summary
protected  LeftAnalogStickEvent latestLeftAnalogStickEvent
           
protected  LeftAnalogTriggerEvent latestLeftAnalogTriggerEvent
           
protected  RightAnalogStickEvent latestRightAnalogStickEvent
           
protected  RightAnalogTriggerEvent latestRightAnalogTriggerEvent
           
 
Constructor Summary
StatefulClassicControllerAnalogAdapter()
           
 
Method Summary
 void leftAnalogStickChanged(LeftAnalogStickEvent evt)
           
abstract  void leftAnalogStickStateChanged(LeftAnalogStickEvent evt)
           
 void leftAnalogTriggerChanged(LeftAnalogTriggerEvent evt)
           
abstract  void leftAnalogTriggerStateChanged(LeftAnalogTriggerEvent evt)
           
 void rightAnalogStickChanged(RightAnalogStickEvent evt)
           
abstract  void rightAnalogStickStateChanged(RightAnalogStickEvent evt)
           
 void rightAnalogTriggerChanged(RightAnalogTriggerEvent evt)
           
abstract  void rightAnalogTriggerStateChanged(RightAnalogTriggerEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latestLeftAnalogStickEvent

protected LeftAnalogStickEvent latestLeftAnalogStickEvent

latestRightAnalogStickEvent

protected RightAnalogStickEvent latestRightAnalogStickEvent

latestLeftAnalogTriggerEvent

protected LeftAnalogTriggerEvent latestLeftAnalogTriggerEvent

latestRightAnalogTriggerEvent

protected RightAnalogTriggerEvent latestRightAnalogTriggerEvent
Constructor Detail

StatefulClassicControllerAnalogAdapter

public StatefulClassicControllerAnalogAdapter()
Method Detail

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.