Tea Java Runtime API
Version 3.2.5

com.pdmfc.tea.modules.io
Class SModuleIO

java.lang.Object
  extended by com.pdmfc.tea.modules.SModule
      extended by com.pdmfc.tea.modules.io.SModuleIO

public class SModuleIO
extends SModule

Package of I/O related Tea commands.


Constructor Summary
SModuleIO()
           
 
Method Summary
 void init(STeaRuntime context)
          Creates commands and global variables related with I/O.
 void stop()
          Signals that the package will not be used util another call to the start() method.
 
Methods inherited from class com.pdmfc.tea.modules.SModule
end, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SModuleIO

public SModuleIO()
Method Detail

init

public void init(STeaRuntime context)
          throws STeaException
Creates commands and global variables related with I/O.

Overrides:
init in class SModule
Parameters:
context - The context where the commands and variables will be created.
Throws:
STeaException

stop

public void stop()
Signals that the package will not be used util another call to the start() method. It flushes the output buffers.

Overrides:
stop in class SModule

Tea Java Runtime API
Version 3.2.5

© 2009 PDM&FC, All Rights Reserved.