unified the dictionary settings - all in DictionarySettings now, will add synchronization soon for potential delayed loading
This commit is contained in:
parent
de3e9a1dd0
commit
f0576e5c94
5 changed files with 56 additions and 55 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue