SomeEvent
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Dispatched by: | |
| Classpath: | SomeEvent |
| File last modified: | Friday, 07 December 2007, 09:19:35 |
Used by EventHandlersExample.
Summary
Constructor
- SomeEvent (inTarget:Object, inType:String)
- Event object.
Class properties
- QUEUE_STOPPED : String
- Sent when then the queue has stopped.
Constructor
SomeEvent
function SomeEvent (
inTarget:Object,
inType:String)
Event object.
Class properties
QUEUE_STOPPED
static QUEUE_STOPPED:String = "onStopped"
(read)
Sent when then the queue has stopped.
Instance properties
target
target:Object
(read)
type
type:String
(read)