Uses of Interface
net.landspurg.map.OneLocListener

Packages that use OneLocListener
net.landspurg.map This is the main package to look at if you want to use J2memap. 
net.landspurg.map.tools   
 

Uses of OneLocListener in net.landspurg.map
 

Classes in net.landspurg.map that implement OneLocListener
 class MapCanvas
          This is the main interface to display a Map from Google...
 

Fields in net.landspurg.map declared as OneLocListener
 OneLocListener OneLoc.m_theListener
           
 

Methods in net.landspurg.map with parameters of type OneLocListener
 void OneLoc.setListener(OneLocListener inListener)
          Set the listenr that will be called when an icon will be loaded.
 

Uses of OneLocListener in net.landspurg.map.tools
 

Classes in net.landspurg.map.tools that implement OneLocListener
 class GPSDisplay
          Display some GPS informations.