Interface IRuntimeClientChangeListener

All Known Implementing Classes:
AbstractLaunchingTab, AbstractRuntimeClientTab, ArgumentsTab, ExternalObjectsTab, MobileLaunchingMainTab, RemoteMobileApplicationTab, RuntimeClientMainTab

public interface IRuntimeClientChangeListener
Listens 1C:Enterprise runtime client type changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    projectChanged(org.eclipse.core.resources.IProject project)
    Notifies that project was selected.
    void
    Notifies that auto selection for 1C:Enterprise runtime client was selected.
    void
    runtimeClientChanged(String componentTypeId)
    Notifies that 1C:Enterprise runtime client type was changed to the given type.
  • Method Details

    • runtimeClientChanged

      void runtimeClientChanged(String componentTypeId)
      Notifies that 1C:Enterprise runtime client type was changed to the given type.

      Clients may use IRuntimeComponentManager to get component type by this id.

      Parameters:
      componentTypeId - client type identifier to use, cannot be null
    • runtimeClientAutoSelected

      void runtimeClientAutoSelected()
      Notifies that auto selection for 1C:Enterprise runtime client was selected.
    • projectChanged

      void projectChanged(org.eclipse.core.resources.IProject project)
      Notifies that project was selected.
      Parameters:
      project - the selected project, cannot be null