com.virtuosotechnologies.asaph.notationmanager
Interface LocaleFilter


public interface LocaleFilter

Something that identifies relevant locales for a NotationFactory


Method Summary
 boolean isLocaleRelevant(Locale locale)
          Is the given Locale relevant?
 

Method Detail

isLocaleRelevant

public boolean isLocaleRelevant(Locale locale)
Is the given Locale relevant?

Parameters:
locale - locale to check
Returns:
true if the locale is relevant.