Interface IRuntimeClientChangeNotifier

All Known Implementing Classes:
RuntimeClientTabGroup

public interface IRuntimeClientChangeNotifier
Provides ability to notify 1C:Enterprise runtime client type changes.
  • Method Summary

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

    • notifyClientChange

      void notifyClientChange(String componentTypeId)
      Fires notification 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
    • notifyClientAutoSelect

      void notifyClientAutoSelect()
      Fire notification that auto selection for 1C:Enterprise runtime client was selected.
    • notifyPorjectChange

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