Interface IPathSettingsContainerListener
-
public interface IPathSettingsContainerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaboutToRemove(PathSettingsContainer container)voidcontainerAdded(PathSettingsContainer container)voidcontainerPathChanged(PathSettingsContainer container, org.eclipse.core.runtime.IPath oldPath, boolean childrenMoved)voidcontainerValueChanged(PathSettingsContainer container, java.lang.Object oldValue)
-
-
-
Method Detail
-
containerAdded
void containerAdded(PathSettingsContainer container)
-
aboutToRemove
void aboutToRemove(PathSettingsContainer container)
-
containerValueChanged
void containerValueChanged(PathSettingsContainer container, java.lang.Object oldValue)
-
containerPathChanged
void containerPathChanged(PathSettingsContainer container, org.eclipse.core.runtime.IPath oldPath, boolean childrenMoved)
-
-