Package org.jivesoftware.smack.util
Interface ExceptionCallback<E>
-
- All Known Implementing Classes:
SmackFuture.InternalProcessStanzaSmackFuture,SmackFuture.SimpleInternalProcessStanzaSmackFuture
public interface ExceptionCallback<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessException(E exception)
-
-
-
Method Detail
-
processException
void processException(E exception)
-
-