InputLangChangeEvent Class

InputLangChangeEvent Class

This Package | All Packages

Event
  |
  +--InputLangChangeEvent
public class InputLangChangeEvent
extends Event

The InputLangChangeEvent is fired after the input language has changed.

Fields
Name Description
charSet The character set associated with the new input language.
locale The locale of the input language.

Constructors
Name Description
InputLangChangeEvent(Locale locale, byte charSet) Topic under construction.

Fields

InputLangChangeEvent.charSet

Syntax
public final byte charSet;
Description
The character set associated with the new input language.

InputLangChangeEvent.locale

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

Constructors

InputLangChangeEvent.InputLangChangeEvent

Syntax
public InputLangChangeEvent( Locale locale, byte charSet );
Description

Topic under construction.