|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GPSStatusState | |
---|---|
triptracker.client.gps.core | |
triptracker.client.gps.ui |
Uses of GPSStatusState in triptracker.client.gps.core |
---|
Methods in triptracker.client.gps.core that return GPSStatusState | |
---|---|
static GPSStatusState |
GPSStatusState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPSStatusState[] |
GPSStatusState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in triptracker.client.gps.core with parameters of type GPSStatusState | |
---|---|
void |
GPSListener.statusUpdate(GPSStatusState state)
Invoked when the state for the connected GPS unit changes. |
Uses of GPSStatusState in triptracker.client.gps.ui |
---|
Methods in triptracker.client.gps.ui with parameters of type GPSStatusState | |
---|---|
void |
MainForm.statusUpdate(GPSStatusState state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |