Interface InputSocket<T>

    • Method Detail

      • dirtied

        boolean dirtied()
        Checks if the socket has been dirtied and rests it to false.
        Returns:
        True if the socket has been dirtied.
      • onValueChanged

        void onValueChanged()
        Should be only called by parent classes.
        Specified by:
        onValueChanged in interface Socket<T>