public interface Key
Represents a single key stroke into the current page.
This is a marker interface that all framework API methods handling key input should accept. It has two main implementations: character keys and special keys. Creating custom implementations is discouraged, as it will most likely not be handled across different implementations.
CharacterKey,
SpecialKey,
KeySequenceCopyright © 2015 Atlassian. All rights reserved.