Uses of Interface
de.esw.eengine.core.IInputListener

Packages that use IInputListener
de.esw.eengine.core   
de.esw.eengine.device.input   
 

Uses of IInputListener in de.esw.eengine.core
 

Methods in de.esw.eengine.core with parameters of type IInputListener
 void IInputDevice.addInputListener(IInputListener l)
           
 void IInputDevice.removeInputListener(IInputListener l)
           
 

Uses of IInputListener in de.esw.eengine.device.input
 

Classes in de.esw.eengine.device.input that implement IInputListener
 class AbstractKeyboardListener
          Implementors may override some of the KeyAdapter keyXXX methods to handle input.
 class AbstractMouseListener
          Implemetors for this class may override either of mouseClicked mousePressed mouseReleased mouseDragged mouseMoved mouseWheelMoved The other mouse event methods are ignored, because they make no sense in current state.
 class SystemInputDevice
          The addInputListener and removeInputListener methods should not used, because the SystemInputDevice is the listener for itself.
 

Methods in de.esw.eengine.device.input with parameters of type IInputListener
 void MouseInputDevice.addInputListener(IInputListener l)
           
 void SystemInputDevice.addInputListener(IInputListener l)
           
 void KeyboardInputDevice.addInputListener(IInputListener l)
           
 void MouseInputDevice.removeInputListener(IInputListener l)
           
 void SystemInputDevice.removeInputListener(IInputListener l)
           
 void KeyboardInputDevice.removeInputListener(IInputListener l)