j3d.org Code

org.j3d.device.input
Interface DeviceListener


public interface DeviceListener

Notifies listeners of device additions and removals.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Method Summary
 void deviceAdded(InputDevice device)
          A new device has been added to a manager.
 void deviceRemoved(InputDevice device)
          A device has been removed.
 

Method Detail

deviceAdded

void deviceAdded(InputDevice device)
A new device has been added to a manager.

Parameters:
device - The new device.

deviceRemoved

void deviceRemoved(InputDevice device)
A device has been removed.

Parameters:
device - The device removed.

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org