|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pdmfc.tea.modules.SModule
public class SModule
Provides basic functionality common to most implementations of modules.
| Constructor Summary | |
|---|---|
SModule()
|
|
| Method Summary | |
|---|---|
void |
end()
Signals that the package will no longer be used. |
void |
init(STeaRuntime context)
Populates the context with commands and variables. |
void |
start()
Signals that the package will be used shortly after. |
void |
stop()
Signals that the package will not be used until a call to the start() method is made again. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SModule()
| Method Detail |
|---|
public void init(STeaRuntime context)
throws STeaException
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.
context - Reference to the STeaRuntime object to be
populated.
STeaExceptionpublic void end()
public void start()
public void stop()
|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||