Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputStateListener

Listener invoked when characters are consumed from an InputState. Useful for implementing a state machine or tracking previously seen characters.

Hierarchy

  • InputStateListener

Implemented by

Index

Methods

Methods

clone

read

  • read(s: string): this
  • Invoked when the given characters were read from the input

    Parameters

    • s: string

      input read

    Returns this

Generated using TypeDoc