1: package pulluppkg; 2: 3: public class PullUpIface extends PullUpIfaceSuper implements Runnable { 4: 5: public void run() { 6: throw new UnsupportedOperationException("Not supported yet."); 7: } 8: 9: }