|
||||||||||
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(java.lang.Throwable t)
Fatal error that's non recoverable. |
void |
onDisconnect()
Called when a connection is terminated. |
void |
status(java.lang.String msg)
Status message that indicates the progress of the operation. |
void |
status(java.lang.String msg,
java.lang.Throwable t)
Status message, with additoinal stack trace that indicates an error that was recovered. |
Method Detail |
---|
void status(java.lang.String msg)
void status(java.lang.String msg, java.lang.Throwable t)
void error(java.lang.Throwable t)
void onDisconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |