Uses of Enum
org.jivesoftware.smackx.filetransfer.FileTransfer.Status
Packages that use FileTransfer.Status
-
Uses of FileTransfer.Status in org.jivesoftware.smackx.filetransfer
Subclasses with type arguments of type FileTransfer.Status in org.jivesoftware.smackx.filetransferModifier and TypeClassDescriptionstatic enumA class to represent the current status of the file transfer.Methods in org.jivesoftware.smackx.filetransfer that return FileTransfer.StatusModifier and TypeMethodDescriptionFileTransfer.getStatus()Returns the current status of the file transfer.static FileTransfer.StatusReturns 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.StatusModifier and TypeMethodDescriptionprotected voidFileTransfer.setStatus(FileTransfer.Status status) protected voidOutgoingFileTransfer.setStatus(FileTransfer.Status status) voidOutgoingFileTransfer.NegotiationProgress.statusUpdated(FileTransfer.Status oldStatus, FileTransfer.Status newStatus) Called when the status changes.protected booleanFileTransfer.updateStatus(FileTransfer.Status oldStatus, FileTransfer.Status newStatus) protected booleanOutgoingFileTransfer.updateStatus(FileTransfer.Status oldStatus, FileTransfer.Status newStatus)