Package com.e1c.langtool.query
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
-
Method Details
-
apply
Applies a translation value.- Parameters:
translation- an applicable translation value
-