Package org.jivesoftware.smack.util
Interface CallbackRecipient<V,E>
- All Known Implementing Classes:
SmackFuture
,SmackFuture.InternalProcessStanzaSmackFuture
,SmackFuture.InternalSmackFuture
,SmackFuture.SimpleInternalProcessStanzaSmackFuture
,SmackFuture.SocketFuture
public interface CallbackRecipient<V,E>
-
Method Summary
Modifier and TypeMethodDescriptiononError
(ExceptionCallback<E> exceptionCallback) onSuccess
(SuccessCallback<V> successCallback)
-
Method Details
-
onSuccess
-
onError
-