Interface FieldChangeTracker.FieldChangeHandler
-
- Enclosing class:
- FieldChangeTracker
public static interface FieldChangeTracker.FieldChangeHandler
The interface for receiving notifications when the form has changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fieldsChanged(boolean changed)
Notification of a change in a tracked input field.
-