Change loadUrl(javascript...) to use new callback mechanism.

This commit is contained in:
Bryce Curtis
2010-08-19 14:37:49 -05:00
parent 1850d2c04e
commit b4d3a10773
10 changed files with 104 additions and 118 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ import android.webkit.WebView;
public class GeoBroker {
private WebView mAppView;
private Context mCtx;
private DroidGap mCtx;
private HashMap<String, GeoListener> geoListeners;
private GeoListener global;
public GeoBroker(WebView view, Context ctx)
public GeoBroker(WebView view, DroidGap ctx)
{
mCtx = ctx;
mAppView = view;