ProcessEvent
| Kind of class: | public class |
|---|---|
| Package: | org.casalib.events |
| Inherits from: | Event |
| Dispatched by: | |
| Version: | 10/28/08 |
| Author: | Aaron Clinger |
| Classpath: | org.casalib.events.ProcessEvent |
| File last modified: | Wednesday, 31 December 2008, 20:18:28 |
An event dispatched during a Process.
Summary
Constructor
ProcessEvent
public function ProcessEvent (
type:String,
bubbles:Boolean = false,
cancelable:Boolean = false)
Creates a new ProcessEvent.
Parameters:
type :
The type of event.
bubbles :
Determines whether the Event object participates in the bubbling stage of the event flow.
cancelable:
Determines whether the Event object can be canceled.
Constants
COMPLETE
public static const COMPLETE:String = 'processComplete'
(read)
START
public static const START:String = 'processStart'
(read)
STOP
public static const STOP:String = 'processStop'
(read)
Instance methods
clone
override public function clone (
) : Event
Returns:
- Duplicates an instance of the event.
Overrides:
- Event.clone
toString
override public function toString (
) : String
Returns:
- A string containing all the properties of the event.
Overrides:
- Event.toString