Interface AddImageryPanel.ContentValidationListener
-
- All Known Implementing Classes:
AddImageryDialog
- Enclosing class:
- AddImageryPanel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AddImageryPanel.ContentValidationListener
A listener notified when the validation status of this panel change.- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contentChanged(boolean isValid)
Called when the validation status of this panel changed
-
-
-
Method Detail
-
contentChanged
void contentChanged(boolean isValid)
Called when the validation status of this panel changed- Parameters:
isValid
- true if the conditions required to close this panel are met
-
-