public class AsyncTranslationResult extends Object
| Constructor and Description |
|---|
AsyncTranslationResult()
The constructor.
|
AsyncTranslationResult(boolean finished,
String[] results)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
String[] |
getResults()
Returns the current results.
|
int |
hashCode() |
boolean |
isFinished()
Returns finished.
|
void |
setFinished(boolean finished)
Sets the finished.
|
void |
setResults(String[] results)
Sets the current results.
|
String |
toString() |
public AsyncTranslationResult()
public AsyncTranslationResult(boolean finished,
String[] results)
finished - true if asynchronous translation has done.results - current resultspublic boolean isFinished()
public void setFinished(boolean finished)
finished - finishedpublic String[] getResults()
public void setResults(String[] results)
results - current results.