blob: b68a6dfecc82096940147dd9ef6ce6d44376f992 [file] [log] [blame]
package org.apache.flex.utilities.developerToolSuite.executor.domain {
[Bindable]
public interface ISettingsModel extends ISettingsToSave {
function get validationInProgress():ISettingsValidationInProgressModel;
}
}