|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.GpsEvent
public class GpsEvent
Event implementation for signaling the application.
Field Summary | |
---|---|
static int |
COULD_NOT_OPEN_FILE
|
static int |
DATA_UPDATE
Indicates GPS data is available. |
static int |
DOWNLOAD_DATA_NOT_SAME_NEEDS_REPLY
A log download was initiated. |
static int |
DOWNLOAD_STATE_CHANGE
Indicates that there was some progress of the download - the application can update its progress bar. |
static int |
ERASE_DONE_REMOVE_POPUP
The erase cycle ended. |
static int |
ERASE_ONGOING_NEED_POPUP
An erase started. |
static int |
EXCEPTION
An exception has been thrown. |
static int |
GPGGA
GPGGA string received. |
static int |
GPRMC
GPRMC string received. |
static int |
LOG_DOWNLOAD_DONE
Indicates the log download has finished. |
static int |
LOG_DOWNLOAD_STARTED
Indicates that the log download has started. |
static int |
LOG_DOWNLOAD_SUCCESS
|
static int |
UPDATE_BT_MAC_ADDR
The Bluetooth mac address is available. |
static int |
UPDATE_DATUM
The used GPS DATUM is available or updated. |
static int |
UPDATE_DGPS_MODE
dgpsMode update notification. |
static int |
UPDATE_FIX_PERIOD
logFixPeriod update notification. |
static int |
UPDATE_FLASH_CONFIG
Indicates flash configuration data is available. |
static int |
UPDATE_HOLUX_NAME
Indicates the Holux Name is available. |
static int |
UPDATE_LOG_DISTANCE_INTERVAL
logDistanceInterval update notification. |
static int |
UPDATE_LOG_FLASH
flashManuProdID update notification. |
static int |
UPDATE_LOG_FLASH_SECTORS
Flash sector status update notification. |
static int |
UPDATE_LOG_FORMAT
logFormat update notification. |
static int |
UPDATE_LOG_LOG_STATUS
logStatus, loggingActive, loggerIsFull, loggerNeedsInit, loggerIsDisabled update notification. |
static int |
UPDATE_LOG_MEM_USED
logMemUsedPercent update notification. |
static int |
UPDATE_LOG_NBR_LOG_PTS
logNbrLogPts update notification. |
static int |
UPDATE_LOG_REC_METHOD
logFullOverwrite update notification. |
static int |
UPDATE_LOG_SPEED_INTERVAL
logSpeedInterval update notification. |
static int |
UPDATE_LOG_TIME_INTERVAL
logTimeInterval update notification. |
static int |
UPDATE_LOG_VERSION
MtkLogVersion update notification. |
static int |
UPDATE_MTK_RELEASE
The release of the MTK chipset is available. |
static int |
UPDATE_MTK_VERSION
The version of the MTK chipset is available. |
static int |
UPDATE_OUTPUT_NMEA_PERIOD
NMEA periods update notification. |
static int |
UPDATE_PWR_SAV_MODE
The Power Save Mode is available or updated. |
static int |
UPDATE_SBAS
SBASEnabled update notification |
static int |
UPDATE_SBAS_TEST
SBASTestEnabled update notification |
Constructor Summary | |
---|---|
GpsEvent(int type)
Constructor of new Event with given type and no argument. |
|
GpsEvent(int type,
java.lang.Object arg)
Constructor of new Event with given type and argument. |
Method Summary | |
---|---|
java.lang.Object |
getArg()
Get the event's argument. |
int |
getType()
Get the event's type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UPDATE_LOG_FORMAT
public static final int GPRMC
GPSRecord
data.
public static final int GPGGA
GPSRecord
data.
public static final int LOG_DOWNLOAD_STARTED
public static final int DOWNLOAD_STATE_CHANGE
public static final int LOG_DOWNLOAD_DONE
public static final int DOWNLOAD_DATA_NOT_SAME_NEEDS_REPLY
Controller.replyToOkToOverwrite(boolean)
.
public static final int ERASE_ONGOING_NEED_POPUP
public static final int ERASE_DONE_REMOVE_POPUP
public static final int COULD_NOT_OPEN_FILE
public static final int UPDATE_FIX_PERIOD
MtkModel.getLogFixPeriod()
,
Constant Field Valuespublic static final int LOG_DOWNLOAD_SUCCESS
public static final int UPDATE_OUTPUT_NMEA_PERIOD
public static final int UPDATE_FLASH_CONFIG
public static final int UPDATE_HOLUX_NAME
public static final int UPDATE_LOG_TIME_INTERVAL
public static final int UPDATE_LOG_SPEED_INTERVAL
public static final int UPDATE_LOG_DISTANCE_INTERVAL
public static final int UPDATE_LOG_MEM_USED
public static final int UPDATE_LOG_FLASH
public static final int UPDATE_LOG_NBR_LOG_PTS
public static final int UPDATE_LOG_FLASH_SECTORS
public static final int UPDATE_LOG_VERSION
public static final int UPDATE_LOG_REC_METHOD
public static final int UPDATE_LOG_LOG_STATUS
MtkModel.isLoggingActive()
,
Constant Field Valuespublic static final int UPDATE_DGPS_MODE
public static final int UPDATE_SBAS
public static final int UPDATE_SBAS_TEST
public static final int UPDATE_PWR_SAV_MODE
public static final int UPDATE_DATUM
public static final int UPDATE_BT_MAC_ADDR
public static final int UPDATE_MTK_VERSION
public static final int UPDATE_MTK_RELEASE
public static final int DATA_UPDATE
BT747Int
identifying the data type.
public static final int EXCEPTION
Constructor Detail |
---|
public GpsEvent(int type)
type
- Type of event.public GpsEvent(int type, java.lang.Object arg)
type
- Type number.arg
- Argument.Method Detail |
---|
public final int getType()
public final java.lang.Object getArg()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |