|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeviceListener
Notifies listeners of device additions and removals.
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 |
---|
void deviceAdded(InputDevice device)
device
- The new device.void deviceRemoved(InputDevice device)
device
- The device removed.
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |