Package com.openhtmltopdf.simple.xhtml
Interface FormControlListener
- All Known Implementing Classes:
FormControlAdapter
public interface FormControlListener
-
Method Summary
Modifier and Type Method Description voidchanged(FormControl control)Called when the current value has changed.voidenabled(FormControl control)Called when the control has been enabled/disabled.voidsuccessful(FormControl control)Called when the successful state has changed.
-
Method Details
-
changed
Called when the current value has changed.- Parameters:
control-
-
successful
Called when the successful state has changed.- Parameters:
control-
-
enabled
Called when the control has been enabled/disabled.- Parameters:
control-
-