public interface DeviceAdapter
Classes that implement this interface handle the Device events: Plug and Unplug.
To register device listeners, use the GBSFingerprint.addDeviceListener method.
Modifier and Type | Method and Description |
---|---|
void |
onPlug(java.lang.String device)
This method will be executed when a device is plugged.
|
void |
onUnplug(java.lang.String device)
This method will be executed when a device is unplugged.
|