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. |
Returns the key type. Synchronous method.
key type.
Returns the label related to this key. Synchronous method.
label of the key.
Returns the status whether or not this key has been learnt. Synchronous method.
true
if the key has been learnt.
false
otherwise.
This interface defines the input Key command (executing a KeyType) and user label.