Interface DataChainLinkGui<C,​P>

    • Method Detail

      • invalidate

        void invalidate​(P panel)
        Updates the gui by invalidation. (e.g. one of the inputs got replaced). Will be called on the GUI thread.
        Parameters:
        panel -
      • updateGui

        void updateGui​(P panel,
                       IvMObjectValues inputs)
                throws java.lang.Exception
        Throws:
        java.lang.Exception