Interface org.as2lib.app.exec.Executable

org.as2lib.core.BasicInterface
   +--org.as2lib.app.exec.Executable

Description

Executable wraps specific functionalities that can be executed through the execute method behind this generic interface.

Method Index

execute()

Inherited from BasicInterface

toString()

Method Detail

execute

public function execute()

Executes the hidden encapsulated functionality using the passed-in arguments.

Return

the result of the execution