Tea Java Runtime API
Version 3.1.0

com.pdmfc.tea.modules
Class SModuleCore

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

public class SModuleCore
extends SModule

Package of all the basic Tea commands.


Constructor Summary
SModuleCore()
           
 
Method Summary
 void init(STeaRuntime context)
          Loads all the commands and global variables in the context given as argument.
 
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

SModuleCore

public SModuleCore()
Method Detail

init

public void init(STeaRuntime context)
          throws STeaException
Loads all the commands and global variables in the context given as argument.
Overrides:
init in class SModule
Parameters:
context - Toplevel context where the commands and variables will be created.

Tea Java Runtime API
Version 3.1.0

© 2002 PDM&FC, All Rights Reserved.