public interface GpsListener
Modifier and Type | Method and Description |
---|---|
void |
gpsDeviceAttached(java.lang.String usbPortAddress,
java.lang.String serialPort)
This method is called when the GPS device has been attached
|
void |
gpsDeviceDetached(java.lang.String usbPortAddress,
java.lang.String serialPort)
This method is called when the GPS device has been detached
|
void gpsDeviceAttached(java.lang.String usbPortAddress, java.lang.String serialPort)
usbPortAddress
- A String representing the USB port Address that the device is plugged into.serialPort
- A String representing the serial port assigned to the GPS USB device.void gpsDeviceDetached(java.lang.String usbPortAddress, java.lang.String serialPort)
usbPortAddress
- A String representing the USB port Address that the device is plugged into.serialPort
- A String representing the serial port assigned to the GPS USB device.Copyright © 2009 Eurotech Inc. All rights reserved.