public class Updater
extends java.lang.Object
implements java.util.function.Consumer<java.util.List<org.eclipse.emf.common.notify.Notification>>
Constructor and Description |
---|
Updater(EEFTab section,
IEEFFormContainer formContainer)
Creates a new updater.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(java.util.List<org.eclipse.emf.common.notify.Notification> value) |
void |
disable()
Stop listening to changes from the editing domain.
|
void |
enable()
Start listening to changes from the current editing domain.
|
public Updater(EEFTab section, IEEFFormContainer formContainer)
section
- The section to refresh.formContainer
- The container of the form.public void enable()
public void disable()
public void accept(java.util.List<org.eclipse.emf.common.notify.Notification> value)
accept
in interface java.util.function.Consumer<java.util.List<org.eclipse.emf.common.notify.Notification>>