public interface IEEFGroupController extends IEEFController
| Modifier and Type | Method and Description |
|---|---|
void |
onNewLabel(IConsumer<java.lang.String> consumer)
Register a consumer which will be called with the new value of the label when it will change.
|
void |
removeNewLabelConsumer()
Remove the consumer of the new value of the label.
|
onValidation, refresh, removeValidationConsumervoid onNewLabel(IConsumer<java.lang.String> consumer)
consumer - The consumer of the new value of the labelvoid removeNewLabelConsumer()