InputLangChangeRequestEvent.InputLangChangeRequestEvent

Overview | Methods | Fields | This Package | All Packages

InputLangChangeRequestEvent.InputLangChangeRequestEvent

Creates an InputLangChangeRequestEvent object.

Syntax

public InputLangChangeRequestEvent( Locale locale, boolean sysCharSet, boolean acceptRequest )

Parameters

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.