|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileTransferListener
A listener that would gather events notifying of incoming file transfer requests.
| Method Summary | |
|---|---|
void |
fileTransferCreated(FileTransferCreatedEvent event)
Called when a FileTransferCreatedEvent has been received. |
void |
fileTransferRequestCanceled(FileTransferRequestEvent event)
Called when an IncomingFileTransferRequest has been canceled from the contact who sent it. |
void |
fileTransferRequestReceived(FileTransferRequestEvent event)
Called when a new IncomingFileTransferRequest has been received. |
void |
fileTransferRequestRejected(FileTransferRequestEvent event)
Called when an IncomingFileTransferRequest has been rejected. |
| Method Detail |
|---|
void fileTransferRequestReceived(FileTransferRequestEvent event)
event - the FileTransferRequestEvent containing the newly
received request and other details.void fileTransferCreated(FileTransferCreatedEvent event)
event - the FileTransferCreatedEvent containing the newly
received file transfer and other details.void fileTransferRequestRejected(FileTransferRequestEvent event)
event - the FileTransferRequestEvent containing the
received request which was rejected.void fileTransferRequestCanceled(FileTransferRequestEvent event)
event - the FileTransferRequestEvent containing the
request which was canceled.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||