Access keys

ForEachExecutable

Kind of class: interface
Inherits from: Executable < BasicInterface
Implemented by:
Version: 1.0
Author: Martin Heidegger
Classpath: org.as2lib.app.exec.ForEachExecutable
File last modified: Wednesday, 17 August 2005, 14:57:56
ForEachExecutable is a extension to Executable to execute the
certain executale for all childs within a object.

Summary

Instance methods
Instance methods inherited from Executable
Instance methods inherited from BasicInterface

Instance methods

forEach

function forEach (
object) : Array
Iterates through the passed-in object and invokes the
#execute method for every member passing-in the member itself,
the name of the member and the passed-in object.
Parameters:
object:
the object to iterate over
Returns:
list with the result of each execution