org.eclipse.emf.ecp.ui.common
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 Summary
 void repositoryDescriptionChanged(String repositoryDescription)
          Notifies when the description changes.
 void repositoryLabelChanged(String repositoryLabel)
          Notifies when the label changes.
 void repositoryNameChanged(String repositoryName)
          Notifies when the name is changed.
 void repositoryProviderChanged(ECPProvider provider)
          Notifies when the provider changes.
 

Method Detail

repositoryNameChanged

void repositoryNameChanged(String repositoryName)
Notifies when the name is changed.

Parameters:
repositoryName - the new repositoryName

repositoryLabelChanged

void repositoryLabelChanged(String repositoryLabel)
Notifies when the label changes.

Parameters:
repositoryLabel - the new repositoryLabel

repositoryDescriptionChanged

void repositoryDescriptionChanged(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


Copyright © 2015. All Rights Reserved.