de.esw.eengine.core
Interface IInputDevice

All Known Implementing Classes:
KeyboardInputDevice, MouseInputDevice, SystemInputDevice

public interface IInputDevice

Since:
1.0
Version:
$Id: IInputDevice.java 22 2005-06-08 19:02:02Z markusw $
Author:
markusw

Method Summary
 void addInputListener(IInputListener l)
           
 void removeInputListener(IInputListener l)
           
 

Method Detail

addInputListener

void addInputListener(IInputListener l)
Parameters:
l - IInputListener to attach to this device

removeInputListener

void removeInputListener(IInputListener l)
Parameters:
l - IInputListener to detach from this device