Added in revision 22
public static interface

AdvancedKeyboard.LayoutChangeEventListener

com.datalogic.device.input.AdvancedKeyboard.LayoutChangeEventListener

Class Overview

Interface representing a listener of keyboard layout change events. It can be registered and unregistered using methods in the the AdvancedKeyboard class.

Summary

Public Methods
abstract void onLayoutChanged(int layoutId)
Method called when the keyboard layout has changed.

Public Methods

public abstract void onLayoutChanged (int layoutId)

Added in revision 22

Method called when the keyboard layout has changed.

Parameters
layoutId The ID of the new layout. A value of 0 represents the default layout.