@FunctionalInterface
public interface IUploadInterruptedHandler
| Modifier and Type | Method and Description |
|---|---|
void |
uploadInterrupted(CryptshareException cryptshareException)
Called when the transfer is interrupted.
|
void uploadInterrupted(CryptshareException cryptshareException)
cryptshareException - The thrown CryptshareException.