Interface GeoElementContingencyValidationErrorsChangedListener
-
public interface GeoElementContingencyValidationErrorsChangedListener
Notifies the listener that the geo element contingency validation errors changed.- Since:
- 100.14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
geoElementContingencyValidationErrorsChanged(GeoElementContingencyValidationErrorsChangedEvent event)
Invoked when a GeoElement's contingency validation errors have been changed.
-
-
-
Method Detail
-
geoElementContingencyValidationErrorsChanged
void geoElementContingencyValidationErrorsChanged(GeoElementContingencyValidationErrorsChangedEvent event)
Invoked when a GeoElement's contingency validation errors have been changed.- Parameters:
event
- a GeoElementContingencyValidationErrorsChangedEvent- Since:
- 100.14.0
-
-