use of com.github.mob41.osumer.updater.AnnouncementChecker in project osumer by mob41.
the class MainController method setConfiguration.
protected void setConfiguration(Configuration config) {
this.config = config;
updater = new Updater(config);
checkingUpdate = false;
annChecker = new AnnouncementChecker();
checkingAnnouncements = false;
ann = null;
// TODO do freq check
checkUpdate();
checkAnnouncements();
}
Aggregations