public interface TranslateEventListener extends ChargeExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onException(DoesNotExistException e)
Invoked when the translate operation fails because the translation table does not exist.
|
void |
onResult(java.lang.Object[] result)
Invoked when the translate operation is successful.
|
onException, onException, onExceptionvoid onException(DoesNotExistException e)
e - the exception to be handled.void onResult(java.lang.Object[] result)
result - an array of the translated Object.