ProcessResumeListener is a defintion for a observer of a resuming of a Process.
ProcessResumeListener
To observe a resuming of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.
Process
public function onProcessResume(process:Process):Void
Method to be executed if a process awakes from pause.
process