public final class FileTransferStatusEvent
extends java.util.EventObject
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesTransferred()
Gets the number of bytes transferred so far.
|
FileTransfer.Status |
getStatus()
Gets the file transfer status.
|
java.lang.String |
toString()
Returns a
String representation of this FileTransferStatusEvent object. |
public FileTransfer.Status getStatus()
Gets the file transfer status.
public final long getBytesTransferred()
Gets the number of bytes transferred so far.
public final java.lang.String toString()
Returns a String representation of this FileTransferStatusEvent object.
toString in class java.util.EventObjectCopyright © 2014–2019 XMPP.rocks. All rights reserved.