package cgeo.geocaching.utils; public interface RunnableWithArgument { abstract void run(final T argument); }