1: package com.javujavu.javux.app; 2: 3: public interface Updater { 4: void update(String startPath); 5: }