Interface IMContext.OnPreeditEnd

Enclosing class:
IMContext
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface IMContext.OnPreeditEnd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The ::preedit-end signal is emitted when a preediting sequence
    has been completed or canceled.
  • Method Details

    • onPreeditEnd

      void onPreeditEnd()
      The ::preedit-end signal is emitted when a preediting sequence
      has been completed or canceled.