Interface org.as2lib.app.exec.ProcessUpdateListener

Description

ProcessUpdateListener is a defintion for a observer for updates of a Process.

To observe changes/updates of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.

start, pause, error, resume and finish are no accepted changes of state.

See Also

Method Index

onProcessUpdate()

Method Detail

onProcessUpdate

public function onProcessUpdate(process:Process):Void

Method to be executed if a Process property changes.

Parameters

processProcess that changed some properties