Interface DigitalExpressionBean

    • Field Detail

      • FALSE

        static final int FALSE
        Constant representing an "false" state. It's returned from the method getState() if the method evaluate() returned false the last time it was called.
        See Also:
        Constant Field Values
      • TRUE

        static final int TRUE
        Constant representing an "false" state. It's returned from the method getState() if the method evaluate() returned false the last time it was called.
        See Also:
        Constant Field Values
    • Method Detail

      • notifyChangedResult

        void notifyChangedResult​(boolean oldResult,
                                 boolean newResult)
        Notify property change listeners that the result of the expression has changed.
        Parameters:
        oldResult - the old last result
        newResult - the new last result