aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/apps/cache/GeneralApp.java
blob: 80ac228fe3a4d194437710019f39132e6d07efeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package cgeo.geocaching.apps.cache;

import android.app.Activity;
import cgeo.geocaching.cgCache;
import cgeo.geocaching.apps.App;

interface GeneralApp extends App {

	boolean isEnabled(final cgCache cache);

	public boolean invoke(Activity activity, cgCache cache);

}