Interface org.as2lib.app.exec.ProcessStartListener

Description

ProcessStartListener is a defintion for a observer of the start of a Process.

To observe the start of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.

See Also

Method Index

onProcessStart()

Method Detail

onProcessStart

public function onProcessStart(process:Process):Void

Method to be executed if a Process starts execution.

Parameters

processProcess that started execution