public interface IPathSettingsContainerListener
Modifier and Type | Method and Description |
---|---|
void |
aboutToRemove(PathSettingsContainer container) |
void |
containerAdded(PathSettingsContainer container) |
void |
containerPathChanged(PathSettingsContainer container,
org.eclipse.core.runtime.IPath oldPath,
boolean childrenMoved) |
void |
containerValueChanged(PathSettingsContainer container,
Object oldValue) |
void containerAdded(PathSettingsContainer container)
void aboutToRemove(PathSettingsContainer container)
void containerValueChanged(PathSettingsContainer container, Object oldValue)
void containerPathChanged(PathSettingsContainer container, org.eclipse.core.runtime.IPath oldPath, boolean childrenMoved)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.