Interface AsyncCallback
public interface AsyncCallback
Main interface for callback of all IQ
asynchronous request-response mechanism.
- Author:
- bmalkow
-
Method Summary
-
Method Details
-
onError
-
onSuccess
-
onTimeout
void onTimeout()Called when response wasn't received in given time.
-