Method
execute
(FtnMessage fmsg)
Source from the content-addressed store, hash-verified
| 29 | */ |
| 30 | public interface IRobot { |
| 31 | public void execute(FtnMessage fmsg) throws Exception; |
| 32 | } |
Implementers 6
AreaFixjnode-core/src/jnode/robot/AreaFix.jav FileFixjnode-core/src/jnode/robot/FileFix.jav ScriptFixjnode-core/src/jnode/robot/ScriptFix.j