Public Member Functions | |
Phidget | getSource () |
boolean | getStatus () |
GPSPositionFixStatusChangeEvent (Phidget source, boolean status) | |
String | toString () |
Package Attributes | |
Phidget | source |
boolean | status |
This class represents the data for a GPSPositionFixStatusChangeEvent.
Definition at line 14 of file GPSPositionFixStatusChangeEvent.java.
com.phidgets.event.GPSPositionFixStatusChangeEvent.GPSPositionFixStatusChangeEvent | ( | Phidget | source, |
boolean | status | ||
) | [inline] |
Class constructor. This is called internally by the phidget library when creating this event.
source | the Phidget object from which this event originated |
Definition at line 25 of file GPSPositionFixStatusChangeEvent.java.
Returns the source Phidget of this event. This is a reference to the Phidget object from which this event was called. This object can be cast into a specific type of Phidget object to call specific device calls on it.
Definition at line 37 of file GPSPositionFixStatusChangeEvent.java.
boolean com.phidgets.event.GPSPositionFixStatusChangeEvent.getStatus | ( | ) | [inline] |
Returns the position fix status of the GPS.
Definition at line 46 of file GPSPositionFixStatusChangeEvent.java.
String com.phidgets.event.GPSPositionFixStatusChangeEvent.toString | ( | ) | [inline] |
Returns a string containing information about the event.
Definition at line 55 of file GPSPositionFixStatusChangeEvent.java.
Definition at line 16 of file GPSPositionFixStatusChangeEvent.java.
boolean com.phidgets.event.GPSPositionFixStatusChangeEvent.status [package] |
Definition at line 17 of file GPSPositionFixStatusChangeEvent.java.