Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface FileTransferStatusListener

All Known Implementing Classes:
ChatPanel, FileHistoryServiceImpl, ReceiveFileConversationComponent, SendFileConversationComponent

public interface FileTransferStatusListener

The FileTransferStatusListener listens for FileTransferStatusChangeEvent in order to indicate a change in the current status of a file transfer.

Author:
Yana Stamcheva

Method Summary
 void statusChanged(FileTransferStatusChangeEvent event)
          Indicates a change in the file transfer status.
 

Method Detail

statusChanged

void statusChanged(FileTransferStatusChangeEvent event)
Indicates a change in the file transfer status.

Parameters:
event - the event containing information about the change

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.