remote
Class InputDevice

java.lang.Object
  |
  +--remote.InputDevice

public class InputDevice
extends java.lang.Object


Intention: Die Klasse InputDevice selbst hat kaum eigene Funktionalitaet, sondern integriert lediglich die einzelnen Bestandteile (view/controller und model -> und und ) der InputDevice und startet die InputDevice mittels der main-Methode.

Responsability:
.


Field Summary
private  InputDeviceControlPanel ip
           
 
Constructor Summary
private InputDevice()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static InputDevice newInstance()
           
private  void start()
          Post: Startet das InputDevice.
 void stop()
          Post: Stopt das InputDevice.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ip

private InputDeviceControlPanel ip
Constructor Detail

InputDevice

private InputDevice()
Method Detail

newInstance

public static InputDevice newInstance()

start

private void start()
Post: Startet das InputDevice.
Prec: -

See Also:

stop

public void stop()
Post: Stopt das InputDevice.
Prec: -

See Also:

main

public static void main(java.lang.String[] args)