IP*Works! V9

ipworks
Class WebuploadUploadProgressEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.WebuploadUploadProgressEvent
All Implemented Interfaces:
java.io.Serializable

public class WebuploadUploadProgressEvent
extends java.util.EventObject

Fired while the bean is uploading files to the URL .

The PercentDone parameter shows the progress of the upload. The event is fired at least once at the beginning of the transfer, and once at the end of the transfer. The respective values for PercentDone are 0 and 100.

See Also:
Webupload, Webupload.UploadProgressEvent, Serialized Form

Field Summary
 int percentDone
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

percentDone

public int percentDone

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.