Class AbstractIJCWidgetCookieAction

    • Constructor Detail

      • AbstractIJCWidgetCookieAction

        public AbstractIJCWidgetCookieAction​(boolean listenOnWidget,
                                             boolean listenOnVertexState)
        Constructor by which subclass might convey in what changes it is interested.
        Parameters:
        listenOnWidget - whether action should listen on widget changed
        listenOnVertexState - whether action should listen on DFResultSet.VertexState changes
        Since:
        15.7.27
      • AbstractIJCWidgetCookieAction

        public AbstractIJCWidgetCookieAction()
        Constructor for listening only on IJCWidget changes.