Uses of Interface
net.landspurg.map.TrackNotifier

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

Uses of TrackNotifier in net.landspurg.map
 

Methods in net.landspurg.map with parameters of type TrackNotifier
static void Track.setGlobalNotifier(TrackNotifier tn)
          Set the global notifier
 void Track.setNotifier(TrackNotifier tn)
          Set the notifier to this track only
 

Uses of TrackNotifier in net.landspurg.map.tools
 

Classes in net.landspurg.map.tools that implement TrackNotifier
 class TrackManager
          Manage a set of track:
 

Fields in net.landspurg.map.tools declared as TrackNotifier
protected  TrackNotifier ObexManager.m_listener
           
 

Methods in net.landspurg.map.tools with parameters of type TrackNotifier
 void ObexManager.setListener(TrackNotifier listener)