public interface EngineListener
Engine
.
The callback will be invoked on a non-GUI thread.Modifier and Type | Method and Description |
---|---|
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.
|
void status(java.lang.String msg)
void status(java.lang.String msg, java.lang.Throwable t)
void error(java.lang.Throwable t)
void onDisconnect()
Copyright © 2013. All Rights Reserved.