public interface IIncomingFileTransferRequestListener
ISendFileTransferContainerAdapter.addListener(IIncomingFileTransferRequestListener)
Modifier and Type | Method and Description |
---|---|
void |
handleFileTransferRequest(IFileTransferRequestEvent event)
Handle file transfer requests when received asynchronously from remotes.
|
void handleFileTransferRequest(IFileTransferRequestEvent event)
event
- the IFileTransferRequestEvent
that represents the file
transfer request. Will not be should not be null
.Copyright © 2004–2020 Eclipse Foundation. All rights reserved.