diff options
Diffstat (limited to 'src/cgeo/geocaching/apps/cache/GeneralApp.java')
| -rw-r--r-- | src/cgeo/geocaching/apps/cache/GeneralApp.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cgeo/geocaching/apps/cache/GeneralApp.java b/src/cgeo/geocaching/apps/cache/GeneralApp.java index 80ac228..805d64c 100644 --- a/src/cgeo/geocaching/apps/cache/GeneralApp.java +++ b/src/cgeo/geocaching/apps/cache/GeneralApp.java @@ -1,13 +1,14 @@ package cgeo.geocaching.apps.cache; -import android.app.Activity; import cgeo.geocaching.cgCache; import cgeo.geocaching.apps.App; +import android.app.Activity; + interface GeneralApp extends App { - boolean isEnabled(final cgCache cache); + boolean isEnabled(final cgCache cache); - public boolean invoke(Activity activity, cgCache cache); + public boolean invoke(Activity activity, cgCache cache); } |
