dluploadclient
Class FTPMessageDisplay

java.lang.Object
  extended by dluploadclient.FTPMessageDisplay

public class FTPMessageDisplay
extends Object

Permet d'écouter l'apparition de nouveaux messages FTP

Copyright 2008, Maurer Gilles

This file is part of Client dl.free.fr.

Client dl.free.fr is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Client dl.free.fr is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Client dl.free.fr. If not, see .

Author:
Maurer Gilles

Constructor Summary
FTPMessageDisplay(DLUploadClientGUI gui)
          Constructeur par défaut
 
Method Summary
 void logCommand(String arg0)
           
 void logInfo(String arg0)
          Fonction qui permet d'ajouter une information dans le log FTP
 void logReply(String arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPMessageDisplay

public FTPMessageDisplay(DLUploadClientGUI gui)
Constructeur par défaut

Parameters:
gui - Référence à la fenêtre principale de l'application
Method Detail

logCommand

public void logCommand(String arg0)

logReply

public void logReply(String arg0)

logInfo

public void logInfo(String arg0)
Fonction qui permet d'ajouter une information dans le log FTP

Parameters:
arg0 - Texte à ajouter en tant qu'information dans le log