Interface AddRepositoryComposite.AddRepositoryChangeListener

  • Enclosing interface:
    AddRepositoryComposite

    public static interface AddRepositoryComposite.AddRepositoryChangeListener
    A Listener interface to listen on changes during the creation of an repository.
    Author:
    Eugen Neufeld
    • Method Detail

      • repositoryNameChanged

        void repositoryNameChanged​(java.lang.String repositoryName)
        Notifies when the name is changed.
        Parameters:
        repositoryName - the new repositoryName
      • repositoryLabelChanged

        void repositoryLabelChanged​(java.lang.String repositoryLabel)
        Notifies when the label changes.
        Parameters:
        repositoryLabel - the new repositoryLabel
      • repositoryDescriptionChanged

        void repositoryDescriptionChanged​(java.lang.String repositoryDescription)
        Notifies when the description changes.
        Parameters:
        repositoryDescription - the new repositoryDescription
      • repositoryProviderChanged

        void repositoryProviderChanged​(ECPProvider provider)
        Notifies when the provider changes.
        Parameters:
        provider - the new ECPProvider