com.atlassian.webtest.ui.keys
Interface Key

All Known Subinterfaces:
CharacterKey, SpecialKey
All Known Implementing Classes:
DefaultCharacterKey, SpecialKeys

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.

See Also:
CharacterKey, SpecialKey, KeySequence



Copyright © 2014 Atlassian. All rights reserved.