Event | +--InputLangChangeRequestEventpublic class InputLangChangeRequestEvent
The InputLangChangeRequestEvent is fired before the input language changes.
Fields
Name | Description |
---|---|
acceptRequest | If set to false, the request is denied and the input language will not change. |
locale | The locale of the requested input langugage. |
sysCharSet | Set to true if the system default font supports the character set required for the requested input language. |
Constructors
Name | Description |
---|---|
InputLangChangeRequestEvent(Locale locale, boolean sysCharSet, boolean acceptRequest) | Topic under construction. |
Topic under construction.