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 TypeMethodDescriptionvoid
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
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 benull
-
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 benull
-