Interface IRefresher


  • public interface IRefresher
    The interface is a layer between UI and logic of refresh contributor It which is responsible for association of all contributors.
    • Method Detail

      • refresh

        void refresh​(FormEditorComponent... components)
        Refreshes all components listed in an argument
        Parameters:
        components - the identifiers of refreshing components