InputLangChangeRequestEvent Class

InputLangChangeRequestEvent Class

This Package | All Packages

Event
  |
  +--InputLangChangeRequestEvent
public class InputLangChangeRequestEvent
extends Event

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.

Fields

InputLangChangeRequestEvent.acceptRequest

Syntax
public boolean acceptRequest;
Description
If set to false, the request is denied and the input language will not change.

InputLangChangeRequestEvent.locale

Syntax
public final Locale locale;
Description
The locale of the requested input langugage.

InputLangChangeRequestEvent.sysCharSet

Syntax
public final boolean sysCharSet;
Description
Set to true if the system default font supports the character set required for the requested input language.

Constructors

InputLangChangeRequestEvent.InputLangChangeRequestEvent

Syntax
public InputLangChangeRequestEvent( Locale locale, boolean sysCharSet, boolean acceptRequest );
Description

Topic under construction.