Interface ILocaleListener
- All Known Implementing Classes:
GeneralSection,LicenseSection,LocalizedSection,PublisherSection,ReleaseNotesSection
public interface ILocaleListener
Interface to implement in order to get notified of Locale changes in a control.
-
Method Summary
Modifier and TypeMethodDescriptionvoidA locale has been added.voiddeleteLocale(Locale locale) A locale has been deleted.voidselectLocale(Locale locale) The locale selection has changed.
-
Method Details
-
selectLocale
The locale selection has changed.- Parameters:
locale- the new locale to use.
-
deleteLocale
A locale has been deleted.- Parameters:
locale- the deleted locale
-
addLocale
A locale has been added.- Parameters:
locale- the added locale
-