motejx.extensions.classic
Interface ClassicControllerAnalogListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractClassicControllerAnalogAdapter, StatefulClassicControllerAnalogAdapter

public interface ClassicControllerAnalogListener
extends EventListener

Author:
Volker Fritzsch

Method Summary
 void leftAnalogStickChanged(LeftAnalogStickEvent evt)
           
 void leftAnalogTriggerChanged(LeftAnalogTriggerEvent evt)
           
 void rightAnalogStickChanged(RightAnalogStickEvent evt)
           
 void rightAnalogTriggerChanged(RightAnalogTriggerEvent evt)
           
 

Method Detail

leftAnalogStickChanged

void leftAnalogStickChanged(LeftAnalogStickEvent evt)

rightAnalogStickChanged

void rightAnalogStickChanged(RightAnalogStickEvent evt)

leftAnalogTriggerChanged

void leftAnalogTriggerChanged(LeftAnalogTriggerEvent evt)

rightAnalogTriggerChanged

void rightAnalogTriggerChanged(RightAnalogTriggerEvent evt)


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.