things.thinger
Interface ExpressionInterface

All Known Implementing Classes:
KernalBasic_LoggingExpressor, KernalBasic_THINGProcessWrapper

public interface ExpressionInterface

Expression Interface.

Version:
1.0

Version History

EPG - Initial - 11 AUG 07
 
Author:
Erich P. Gatejen

Method Summary
 void expressResult(RESULT theResult)
          Express a RESULT.
 

Method Detail

expressResult

void expressResult(RESULT theResult)
                   throws SystemException
Express a RESULT. Reliability is up to the kernel; you will not get a receipt.

Parameters:
theResult - The result to express.
Throws:
SystemException
See Also:
RESULT


Things.