Uses of Interface
org.vigia.client.driver.Driver

Packages that use Driver
org.vigia.client.driver   
org.vigia.client.gui.controller   
 

Uses of Driver in org.vigia.client.driver
 

Classes in org.vigia.client.driver that implement Driver
 class WiiUseJDriver
          Driver implementation based on the API WiiUseJ.
 

Uses of Driver in org.vigia.client.gui.controller
 

Fields in org.vigia.client.gui.controller declared as Driver
protected  Driver ClientController.driver
          The driver of the IR sensor.
 

Constructors in org.vigia.client.gui.controller with parameters of type Driver
ClientController(View view, Driver driver, MovementProcessor mp)
          Creates a new controler for the view and the model.