Sony Addon SDK
public interface

Key

This project is no longer being supported and will not get any further updates.

Class Overview

This interface defines the input Key command (executing a KeyType) and user label.

Summary

Public Methods
KeyType getType()

Returns the key type.

java.lang.String getUserLabel()

Returns the label related to this key.

boolean isLearnt()

Returns the status whether or not this key has been learnt.

Public Methods

public KeyType getType()

Returns the key type. Synchronous method.

Returns

key type.

public java.lang.String getUserLabel()

Returns the label related to this key. Synchronous method.

Returns

label of the key.

public boolean isLearnt()

Returns the status whether or not this key has been learnt. Synchronous method.

Returns

true if the key has been learnt. false otherwise.