com.esf.device.usb.manager.gps.service
Interface GpsListener
public interface GpsListener
Method Summary |
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 |
gpsDeviceAttached
void gpsDeviceAttached(java.lang.String usbPortAddress,
java.lang.String serialPort)
- This method is called when the GPS device has been attached
- Parameters:
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.
gpsDeviceDetached
void gpsDeviceDetached(java.lang.String usbPortAddress,
java.lang.String serialPort)
- This method is called when the GPS device has been detached
- Parameters:
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.