Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.cordova.geofencing
Class GeoFencingBrowserProvider

java.lang.Object
  extended by org.jboss.errai.ui.cordova.geofencing.GeoFencingBrowserProvider
All Implemented Interfaces:
GeoFencingProvider

public class GeoFencingBrowserProvider
extends Object
implements GeoFencingProvider

GeoFencing is supported with a plugin for cordova applications only this implementation does nothing for use when we use the browser.

Author:
edewit@redhat.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.errai.ui.cordova.geofencing.GeoFencingProvider
GeoFencingProvider.GeoFencingProviderProducer
 
Constructor Summary
GeoFencingBrowserProvider()
           
 
Method Summary
 void addRegion(Region region)
          Add a region that will be monitored to see if the user enters it.
 void removeRegion(Region region)
          Remove the monitored region.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoFencingBrowserProvider

public GeoFencingBrowserProvider()
Method Detail

addRegion

public void addRegion(Region region)
Description copied from interface: GeoFencingProvider
Add a region that will be monitored to see if the user enters it.

Specified by:
addRegion in interface GeoFencingProvider
Parameters:
region - the region to monitor

removeRegion

public void removeRegion(Region region)
Description copied from interface: GeoFencingProvider
Remove the monitored region.

Specified by:
removeRegion in interface GeoFencingProvider
Parameters:
region - region.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.