Uses of Class
org.jivesoftware.smackx.filetransfer.FileTransfer.Status

Packages that use FileTransfer.Status
org.jivesoftware.smackx.filetransfer   
 

Uses of FileTransfer.Status in org.jivesoftware.smackx.filetransfer
 

Methods in org.jivesoftware.smackx.filetransfer that return FileTransfer.Status
 FileTransfer.Status FileTransfer.getStatus()
          Retuns the current status of the file transfer.
static FileTransfer.Status FileTransfer.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileTransfer.Status[] FileTransfer.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.filetransfer with parameters of type FileTransfer.Status
 void OutgoingFileTransfer.setStatus(FileTransfer.Status status)
           
 void FileTransfer.setStatus(FileTransfer.Status status)
           
 void OutgoingFileTransfer.NegotiationProgress.statusUpdated(FileTransfer.Status oldStatus, FileTransfer.Status newStatus)
          Called when the status changes
protected  boolean OutgoingFileTransfer.updateStatus(FileTransfer.Status oldStatus, FileTransfer.Status newStatus)
           
protected  boolean FileTransfer.updateStatus(FileTransfer.Status oldStatus, FileTransfer.Status newStatus)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.