Interface CalculatedValueProcessor<VALUE>


  • public interface CalculatedValueProcessor<VALUE>
    Author:
    pzajac
    • Method Detail

      • setValue

        void setValue​(VALUE value)
      • isNeeded

        boolean isNeeded()
        Returns:
        true if value is for example visible on screen
      • setException

        void setException​(javax.script.ScriptException ex)
        It sets exception throws during script execution.
        Parameters:
        ex - a ScriptException