Creates an InputLangChangeRequestEvent object.
public InputLangChangeRequestEvent( Locale locale, boolean sysCharSet, boolean acceptRequest )
locale
The locale of the requested input language.
sysCharSet
Specifies whether the system default font supports the character set required for the requested input language. If true, the character set is supported; otherwise, it is not.
acceptRequest
Specifies whether the request to accept the input language change has been accepted. If true, the request has been accepted; otherwise, it has not.