|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SObjFunction
Tea commands are represented by objects derived from this class.
| Method Summary | |
|---|---|
java.lang.Object |
exec(SObjFunction func,
SContext context,
java.lang.Object[] args)
Executes the command. |
| Method Detail |
|---|
java.lang.Object exec(SObjFunction func,
SContext context,
java.lang.Object[] args)
throws STeaException
func - The SObjFunction that led to call this function. Most of the
time is the same as the this object.context - The context where the command should be executed.args - Array with the arguments passed to the command.
STeaException - Thrown if there were problems executing the command.
|
Tea Java Runtime API Version 3.2.4 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||