skoinfo.rfc.board.upload
Class UploadListener

java.lang.Object
  extended by skoinfo.rfc.board.upload.UploadListener
All Implemented Interfaces:
OutputStreamListener

public class UploadListener
extends java.lang.Object
implements OutputStreamListener

Created by IntelliJ IDEA.

Version:
1.0 - Rev. $Revision: 1.2 $
Author:
Original : plosson on 06-janv.-2006 15:05:44 - Last modified by $Author: vde $ on $Date: 2004/11/26 22:43:57 $

Constructor Summary
UploadListener(javax.servlet.http.HttpServletRequest request, long debugDelay)
           
 
Method Summary
 void bytesRead(int bytesRead)
           
 void done()
           
 void error(java.lang.String message)
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadListener

public UploadListener(javax.servlet.http.HttpServletRequest request,
                      long debugDelay)
Method Detail

start

public void start()
Specified by:
start in interface OutputStreamListener

bytesRead

public void bytesRead(int bytesRead)
Specified by:
bytesRead in interface OutputStreamListener

error

public void error(java.lang.String message)
Specified by:
error in interface OutputStreamListener

done

public void done()
Specified by:
done in interface OutputStreamListener