Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use FileTransferProgressListener
net.java.sip.communicator.impl.gui.main.chat.filetransfer   
net.java.sip.communicator.service.protocol   
 

Uses of FileTransferProgressListener in net.java.sip.communicator.impl.gui.main.chat.filetransfer
 

Classes in net.java.sip.communicator.impl.gui.main.chat.filetransfer that implement FileTransferProgressListener
 class FileHistoryConversationComponent
          The component used to show a file transfer history record in the chat or history window.
 class FileTransferConversationComponent
          The FileTransferConversationComponent is the parent of all file conversation components - for incoming, outgoing and history file transfers.
 class ReceiveFileConversationComponent
          The ReceiveFileConversationComponent is the component shown in the conversation area of the chat window to display a incoming file transfer.
 class SendFileConversationComponent
          The SendFileConversationComponent is the component added in the chat conversation when user sends a file.
 

Uses of FileTransferProgressListener in net.java.sip.communicator.service.protocol
 

Methods in net.java.sip.communicator.service.protocol with parameters of type FileTransferProgressListener
 void FileTransfer.addProgressListener(FileTransferProgressListener listener)
          Adds the given FileTransferProgressListener to listen for status changes on this file transfer.
 void AbstractFileTransfer.addProgressListener(FileTransferProgressListener listener)
          Adds the given FileTransferProgressListener to listen for status changes on this file transfer.
 void FileTransfer.removeProgressListener(FileTransferProgressListener listener)
          Removes the given FileTransferProgressListener.
 void AbstractFileTransfer.removeProgressListener(FileTransferProgressListener listener)
          Removes the given FileTransferProgressListener.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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