ENTDownloader
Gestionnaire de fichiers pour l'ENT de l'Université d'Auvergne
Développé par Kévin Subileau
Référence de la classe DownloadedBytesEvent
Un événement qui indique que des octets ont été reçu durant le téléchargement d'un fichier. Plus de détails...
Graphe d'héritage de DownloadedBytesEvent:
Fonctions membres publiques | |
int | getType () |
Retourne le type d'événement porté par cette instance. | |
DownloadedBytesEvent () | |
Construit un nouvel évènement DownloadedBytesEvent. | |
DownloadedBytesEvent (long bytesDownloaded) | |
Construit un nouvel évènement DownloadedBytesEvent. | |
long | getBytesDownloaded () |
Retourne le nombre d'octets du fichier téléchargés depuis le dernier DownloadedBytesEvent. | |
void | setBytesDownloaded (long bytesDownloaded) |
Définit le nombre d'octets du fichier téléchargés depuis le dernier DownloadedBytesEvent. |
Description détaillée
Un événement qui indique que des octets ont été reçu durant le téléchargement d'un fichier.
Documentation des constructeurs et destructeur
Construit un nouvel évènement DownloadedBytesEvent.
DownloadedBytesEvent | ( | long | bytesDownloaded | ) |
Construit un nouvel évènement DownloadedBytesEvent.
- Paramètres:
-
bytesDownloaded Nombre d'octets du fichier téléchargés depuis le dernier DownloadedBytesEvent.
Documentation des fonctions membres
long getBytesDownloaded | ( | ) |
Retourne le nombre d'octets du fichier téléchargés depuis le dernier DownloadedBytesEvent.
int getType | ( | ) | [virtual] |
Retourne le type d'événement porté par cette instance.
Ici, retourne Event#DOWNLOADED_BYTES_TYPE
Implémente Event.
void setBytesDownloaded | ( | long | bytesDownloaded | ) |
Définit le nombre d'octets du fichier téléchargés depuis le dernier DownloadedBytesEvent.
- Paramètres:
-
bytesDownloaded Nombre d'octets du fichier téléchargés depuis le dernier DownloadedBytesEvent.
La documentation de cette classe a été générée à partir du fichier suivant :