public interface TransferEventListener extends EventListener
ArooaTransferHandler.
Currently the only notification is failure. Other events could be
added if required.| Modifier and Type | Method and Description |
|---|---|
void |
transferException(TransferEvent event,
String message,
Exception exception)
Transfer failed.
|
void transferException(TransferEvent event, String message, Exception exception)
event - The event.message - The reason.exception - The underlying exception.Copyright © 2023. All rights reserved.