Added method to force a reload of the Keyword Search lists.

This commit is contained in:
Ann Priestman 2015-09-24 12:53:04 -04:00
parent 5734522a3d
commit afccd3f71d

View File

@ -72,5 +72,12 @@ public class KeywordListsManager extends Observable {
} }
return names; return names;
} }
/**
* Force reload of the keyword lists XML file.
*/
public static void reloadKeywordLists(){
XmlKeywordSearchList.getCurrent().reload();
}
} }