public interface FormControlListener
| Modifier and Type | Method and Description |
|---|---|
void |
changed(FormControl control)
Called when the current value has changed.
|
void |
enabled(FormControl control)
Called when the control has been enabled/disabled.
|
void |
successful(FormControl control)
Called when the successful state has changed.
|
void changed(FormControl control)
control - void successful(FormControl control)
control - void enabled(FormControl control)
control - Copyright © 2015. All rights reserved.