|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationEvent | |
groupmgmt.impl | |
location | |
location.generators |
Uses of LocationEvent in groupmgmt.impl |
Methods in groupmgmt.impl with parameters of type LocationEvent | |
void |
SafeDistanceDetector.locationChanged(LocationEvent event)
Implements the LocationListener interface. |
Uses of LocationEvent in location |
Methods in location that return LocationEvent | |
LocationEvent |
LocationGenerator.getLocation()
Returns the most recently broadcasted location |
Methods in location with parameters of type LocationEvent | |
void |
LocationTester.locationChanged(LocationEvent le)
|
void |
LocationServer.locationChanged(LocationEvent le)
This implements the locationlistener interface. |
private void |
LocationServer.distributeLocation(LocationEvent le)
|
void |
LocationListener.locationChanged(LocationEvent le)
Method that is called by the event generator when new location information is available. |
Uses of LocationEvent in location.generators |
Fields in location.generators declared as LocationEvent | |
(package private) LocationEvent |
RealGPSMonitor.prevLE
The previous LocationEvent that was broadcasted |
(package private) LocationEvent |
FakeGPSMonitor.prevLE
The previous LocationEvent that was broadcasted |
Methods in location.generators that return LocationEvent | |
LocationEvent |
RealGPSMonitor.getLocation()
Returns the current location reading of the GPS receiver or null of the no reading has been received yet. |
LocationEvent |
FakeGPSMonitor.getLocation()
Returns the most previously current location |
Methods in location.generators with parameters of type LocationEvent | |
void |
FakeGPSgui.locationChanged(LocationEvent le)
Called by the location generator when the location has changed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |