Interface org.as2lib.app.exec.ProcessResumeListener

Description

ProcessResumeListener is a defintion for a observer of a resuming of a Process.

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

See Also

Method Index

onProcessResume()

Method Detail

onProcessResume

public function onProcessResume(process:Process):Void

Method to be executed if a process awakes from pause.

Parameters

processProcess that resumes execution