Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
FileHistoryConversationComponent, FileTransferConversationComponent, ReceiveFileConversationComponent, SendFileConversationComponent

public interface FileTransferProgressListener

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

Author:
Yana Stamcheva

Method Summary
 void progressChanged(FileTransferProgressEvent event)
          Indicates a change in the file transfer progress.
 

Method Detail

progressChanged

void progressChanged(FileTransferProgressEvent event)
Indicates a change in the file transfer progress.

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.