|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.GpsEvent
bt747.model.ModelEvent
public class ModelEvent
Defines some events for the gps package.
Field Summary | |
---|---|
static int |
AGPS_UPLOAD_DONE
Notifies a change in the AGPS upload (start/stop) |
static int |
AGPS_UPLOAD_PERCENT
Notifies a change in the AGPS advancement. |
static int |
CONNECTED
|
static int |
CONVERSION_ENDED
|
static int |
CONVERSION_STARTED
|
static int |
DISCONNECTED
|
static int |
DOWNLOAD_METHOD_CHANGE
Notifies a change in the download method setting. |
static int |
FILE_LOG_FORMAT_UPDATE
|
static int |
INCREMENTAL_CHANGE
Deprecated. Use DOWNLOAD_METHOD_CHANGE instead. |
static int |
POS_SRV_FAILURE
Indicates an event of failure to send data to the target server which need not necessarily have its reason in the configuration we use. |
static int |
POS_SRV_FATAL_FAILURE
Indicates an event of fatal failure to send data to the target sender. |
static int |
POS_SRV_SUCCESS
Indicates a successful sending of location data to a target server. |
static int |
SETTING_CHANGE
A setting changed - int param = index of changed setting |
static int |
UPDATE_LOG_FILE_LIST
For use by the application. |
Constructor Summary | |
---|---|
ModelEvent(GpsEvent event)
|
|
ModelEvent(int type,
java.lang.Object arg)
|
Method Summary |
---|
Methods inherited from class gps.GpsEvent |
---|
getArg, getType, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CONVERSION_STARTED
public static final int CONVERSION_ENDED
public static final int INCREMENTAL_CHANGE
DOWNLOAD_METHOD_CHANGE
instead.public static final int CONNECTED
public static final int DISCONNECTED
public static final int FILE_LOG_FORMAT_UPDATE
public static final int SETTING_CHANGE
public static final int DOWNLOAD_METHOD_CHANGE
public static final int UPDATE_LOG_FILE_LIST
public static final int AGPS_UPLOAD_DONE
public static final int AGPS_UPLOAD_PERCENT
public static final int POS_SRV_FATAL_FAILURE
public static final int POS_SRV_FAILURE
public static final int POS_SRV_SUCCESS
Constructor Detail |
---|
public ModelEvent(int type, java.lang.Object arg)
public ModelEvent(GpsEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |