Uses of Interface
javax.microedition.location.AreaListener

Packages that use AreaListener
javax.microedition.location Contains the basic classes needed to request and get a location result. 
 

Uses of AreaListener in javax.microedition.location
 

Methods in javax.microedition.location with parameters of type AreaListener
static void LocationProvider.addAreaListener(AreaListener listener, GeographicArea area, Criteria criteria, int interval)
          Adds an AreaListener for updates when a boundary of the specified geographical area is crossed.
static void LocationProvider.addAreaListener(AreaListener listener, GeographicArea area, int[] preferredLocationMethods, java.lang.String parameters, int interval)
          Adds an AreaListener for updates when a boundary of the specified geographical area is crossed.
static void LocationProvider.removeAreaListener(AreaListener listener)
          Removes a AreaListener from the list of recipients for the updates.
 



Copyright © 2003-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.