Interface org.as2lib.app.exec.StepByStepProcess

Description

StepByStepProcess is a process that can be executed in parts(steps).

There are algorithms or other things that are not possible to be executed within one frame since MM Flash Player has a max time limit for the execution of code.

Processor allows processing of implementations by executing nextStep until eigther the process has finished.

Method Index

nextStep()

Inherited from Process

Inherited from EventListenerSource

Inherited from BasicInterface

Method Detail

nextStep

public function nextStep(Void):Void

Executes the next step of the process.