Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules.list
Class SModuleList

java.lang.Object
  |
  +--com.pdmfc.tea.modules.SModule
        |
        +--com.pdmfc.tea.modules.list.SModuleList

public class SModuleList
extends SModule

Package of list related commands.


Constructor Summary
SModuleList()
           
 
Method Summary
 void init(STeaRuntime context)
          Populates the context with commands and variables.
 
Methods inherited from class com.pdmfc.tea.modules.SModule
addJavaFunction, end, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SModuleList

public SModuleList()
Method Detail

init

public void init(STeaRuntime context)
          throws STeaException
Description copied from class: SModule
Populates the context with commands and variables. If this method is redefined in a derived class then the implementation in the derived class is always expected to call this implementation.
Overrides:
init in class SModule
Parameters:
context - The context where the commands and variables will be created.

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.