|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EngineListener
Receives status notification from Engine.
The callback will be invoked on a non-GUI thread.
| Method Summary | |
|---|---|
void |
error(Throwable t)
Fatal error that's non recoverable. |
void |
onDisconnect()
Called when a connection is terminated. |
void |
status(String msg)
Status message that indicates the progress of the operation. |
void |
status(String msg,
Throwable t)
Status message, with additoinal stack trace that indicates an error that was recovered. |
| Method Detail |
|---|
void status(String msg)
void status(String msg,
Throwable t)
void error(Throwable t)
void onDisconnect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||