Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] IConfigurationContributor

Hi,

We have an implementation of IConfigurationContributor.

When I open a visual class, the following methods are called twice:
 
  IConfigurationContributor.initialize() 
  IConfigurationContributor.contributeToRegistry()
  IConfigurationContributor.contributeClasspaths()

What is the reason behind calling these methods twice?

Thanks and regards,

Janak



Back to the top