public class Updater extends java.lang.Object implements IConsumer<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 |
apply(java.util.List<org.eclipse.emf.common.notify.Notification> value)
This operation is called in order to give to the consumer an Object.
|
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 apply(java.util.List<org.eclipse.emf.common.notify.Notification> value)
IConsumer