Package org.languagetool
Interface JLanguageTool.CheckCancelledCallback
- Enclosing class:
JLanguageTool
public static interface JLanguageTool.CheckCancelledCallback
Callback for checking if result of
JLanguageTool.check(String) is still needed.-
Method Summary
-
Method Details
-
checkCancelled
boolean checkCancelled()- Returns:
- true if request was cancelled else false
-