Access keys

XMLWorkerEvent

Kind of class: class
Inherits from: Event
Classpath: org.asapframework.util.xml.XMLWorkerEvent
File last modified: Thursday, 13 July 2006, 09:34:00
XMLWrapper Event

Summary

Constructor
Class properties
Instance properties
Instance properties inherited from Event

Constructor

XMLWorkerEvent

function XMLWorkerEvent (
inType:String, inSource:XMLWorker, inResult:Boolean, inStatus:Number)

Class properties

ON_LOADED

static ON_LOADED:String = "onXMLLoaded"
(read,write)

ON_TIMEOUT

static ON_TIMEOUT:String = "onXMLTimeout"
(read,write)
for 'onXMLLoaded' event

Instance properties

result

result:Boolean
(read,write)
for 'onXMLTimeout' event

status

status:Number
(read,write)

worker

worker:XMLWorker
(read,write)