1 2 3 4 5
package cgeo.geocaching; abstract public class cgUpdateDir { abstract public void updateDir(cgDirection dir); }