ProcessStartListener is a defintion for a observer of the start of a Process.
ProcessStartListener
To observe the start of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.
Process
public function onProcessStart(process:Process):Void
Method to be executed if a Process starts execution.
process