Uses of Interface
org.jivesoftware.smack.util.CallbackRecipient
-
Packages that use CallbackRecipient Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.util Utility classes. -
-
Uses of CallbackRecipient in org.jivesoftware.smack
Classes in org.jivesoftware.smack that implement CallbackRecipient Modifier and Type Class Description classSmackFuture<V,E extends Exception>static classSmackFuture.InternalProcessStanzaSmackFuture<V,E extends Exception>static classSmackFuture.InternalSmackFuture<V,E extends Exception>static classSmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends Exception>A simple version of InternalSmackFuture which implements isNonFatalException(E) as always returningfalsemethod.static classSmackFuture.SocketFutureMethods in org.jivesoftware.smack that return CallbackRecipient Modifier and Type Method Description CallbackRecipient<V,E>SmackFuture. onError(ExceptionCallback<E> exceptionCallback)CallbackRecipient<V,E>SmackFuture. onSuccess(SuccessCallback<V> successCallback) -
Uses of CallbackRecipient in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return CallbackRecipient Modifier and Type Method Description CallbackRecipient<V,E>CallbackRecipient. onError(ExceptionCallback<E> exceptionCallback)CallbackRecipient<V,E>CallbackRecipient. onSuccess(SuccessCallback<V> successCallback)
-