Package gnu.expr
Interface RunnableModule
-
- All Known Implementing Classes:
ModuleBody
public interface RunnableModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkRunDone(boolean value)
Check if run has been invoked.void
run(CallContext ctx)
-
-
-
Method Detail
-
run
void run(CallContext ctx) throws Throwable
- Throws:
Throwable
-
checkRunDone
boolean checkRunDone(boolean value)
Check if run has been invoked.- Parameters:
value
- - should be true - probably pointless.
-
-