ProcessPauseListener is a defintion for a observer of a pausing of a Process.
ProcessPauseListener
To observe a pausing of a Process you can implement this interface and add your implementation with Process.addListener to observe a certain Process.
Process
public function onProcessPause(process:Process):Void
Method to be executed if a process pauses.
process