|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocaleListener
Interface to implement in order to get notified of Locale changes in a control.
Method Summary | |
---|---|
void |
addLocale(java.util.Locale pLocale)
A locale has been added. |
void |
deleteLocale(java.util.Locale pLocale)
A locale has been deleted. |
void |
selectLocale(java.util.Locale pLocale)
The locale selection has changed. |
Method Detail |
---|
void selectLocale(java.util.Locale pLocale)
pLocale
- the new locale to use.void deleteLocale(java.util.Locale pLocale)
pLocale
- the deleted localevoid addLocale(java.util.Locale pLocale)
pLocale
- the added locale
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |