Interface DataPlotUpdater<P extends DataContainerPanel,​C>

    • Method Detail

      • update

        boolean update​(P panel,
                       C cont)
        Updates the data container panel if necessary.
        Parameters:
        panel - the data container panel to potentially update
        cont - the current data container
        Returns:
        true if the change listeners were notified
      • update

        void update​(P panel)
        Updates the data container panel regardless, notifying the listeners.
        Parameters:
        panel - the data container panel to update