public interface IElementChangeListener
Modifier and Type | Method and Description |
---|---|
void |
elementChanged(IElementChangeEvent event)
Notifies this listener that some element changes have happened.
|
void elementChanged(IElementChangeEvent event)
Note: This method may be called in any thread. The event object (and the element delta within it) is valid only for the duration of the invocation of this method.
event
- the change event (never null
)Copyright (c) 2014, 2018 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0