public interface IOutlineInputChangeListener
Modifier and Type | Method and Description |
---|---|
void |
inputChanged(ICommonOutlinePage outlinePage,
java.lang.Object input,
java.lang.Object oldInput)
Notifies this listener that the outline page input has been switched
to a different element.
|
void inputChanged(ICommonOutlinePage outlinePage, java.lang.Object input, java.lang.Object oldInput)
outlinePage
- never null
input
- the new input element, or null
if noneoldInput
- the old input element, or null
if there was previously no inputCopyright (c) 2014, 2018 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0