unified the dictionary settings - all in DictionarySettings now, will add synchronization soon for potential delayed loading

This commit is contained in:
micha3lp 2006-08-29 04:31:20 +00:00
parent de3e9a1dd0
commit f0576e5c94
5 changed files with 56 additions and 55 deletions

View file

@ -25,10 +25,13 @@ import java.util.Observable ;
*
* @author Edward Garrett, Tibetan and Himalayan Digital Library */
public interface SettingsServiceProvider
{
{
/*
boolean getDictionarySettingsEnabled () ;
boolean getDictionarySettingsLocal () ;
String getDictionarySettingsPath () ;
String getDictionarySettingsPath () ;
*/
DictionarySettings getDictionarySettings () ;
Observable getObservable () ;
} // interface SettingsServiceProvider