Interface org.as2lib.app.exec.ProcessPauseListener

Description

ProcessPauseListener is a defintion for a observer of a pausing of a Process.

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

See Also

Method Index

onProcessPause()

Method Detail

onProcessPause

public function onProcessPause(process:Process):Void

Method to be executed if a process pauses.

Parameters

processProcess that paused execution