Interface Encodable

  • All Known Implementing Classes:
    KeyInput, Pause, PointerInput, Sequence

    public interface Encodable
    This interface allows a custom Interaction to be JSON encoded for the W3C wire format. It should not normally be exposed or used by user-facing APIs. Instead, these should traffic in the Interaction interface.
    • Method Detail

      • encode

        java.util.Map<java.lang.String,​java.lang.Object> encode()