Interface IApplicable

All Known Implementing Classes:
LanguageFeatureValueItem, SelectableTextCellEditor.ApplicableTranslationQuery, SingleLanguageFeatureValueItem, SingleLanguageFeatureValueItem

public interface IApplicable
The functional interface that allows to apply a translation value.

The main purpose of IApplicable is providing the ability to get a translation result from certain selection listeners.

Note it's assumed that apply(String) method is called synchronously so the implementators of this interface must not block this method.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(String translation)
    Applies a translation value.
  • Method Details

    • apply

      void apply(String translation)
      Applies a translation value.
      Parameters:
      translation - an applicable translation value