tot.upload
类 UploadListener

java.lang.Object
  继承者 tot.upload.UploadListener
所有已实现的接口:
OutputStreamListener

public class UploadListener
extends java.lang.Object
implements OutputStreamListener


构造函数摘要
UploadListener(javax.servlet.http.HttpServletRequest request, long debugDelay)
           
 
方法摘要
 void bytesRead(int bytesRead)
           
 void done()
           
 void error(java.lang.String message)
           
 void start()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

UploadListener

public UploadListener(javax.servlet.http.HttpServletRequest request,
                      long debugDelay)
方法详细信息

start

public void start()
指定者:
接口 OutputStreamListener 中的 start

bytesRead

public void bytesRead(int bytesRead)
指定者:
接口 OutputStreamListener 中的 bytesRead

error

public void error(java.lang.String message)
指定者:
接口 OutputStreamListener 中的 error

done

public void done()
指定者:
接口 OutputStreamListener 中的 done