Package | Description |
---|---|
org.vectomatic.file.events |
Event classes specific to the W3C File API.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorEvent
The activate event occurs when an element is activated, for instance,
through a mouse click or a keypress.
|
class |
LoadEndEvent
The loadend event is triggered when the read request has completed (either in success or failure).
|
class |
LoadStartEvent
The loadstart event is triggered when the read operation starts.
|
class |
ProgressEvent
The progress event is triggered while reading (and decoding) blob,
and reporting partial Blob data (progess.loaded/progress.total)
|
Copyright © 2017. All Rights Reserved.