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