public interface IUpdateEventListener
Implementations of the IUpdateEventListener are registered with a FormWidget and notified when the Form is updated.
Modifier and Type | Method and Description |
---|---|
void |
formUpdated(Form form)
This operation notifies the listener that the included Form has been updated.
|
void formUpdated(Form form)
This operation notifies the listener that the included Form has been updated.
form
- The widget that was changed.