public class SWFUploadLoadedEvent
extends java.lang.Object
SWFUploadLoadedHandler and register it via the Uploader.setSWFUploadLoadedHandler(SWFUploadLoadedHandler)
Note that the 'swfUploadLoaded' event is fired by the Uploader component's internal 'flashReady'
event to let you know that it is safe to call Uploader methods. Also note that these events
are currently only fired when the Uploader component determines that the browser does not support
the Ajax upload technique and is therefore utilizing the SWFUpload/Flash technique for handling
the upload. If you need to determine which state the Uploader component is in, you can
make use of the Uploader.isAjaxUploadWithProgressEventsSupported()
method.
| Constructor and Description |
|---|
SWFUploadLoadedEvent()
This constructor is intended for internal use only.
|
public SWFUploadLoadedEvent()
SWFUploadLoadedHandler.