blob: 97254cb4bbeae724e0de12638a8b074279d3e83e [file] [log] [blame]
package org.apache.flex.utilities.developerToolSuite.executor.domain {
public interface ISettingsValidationInProgressModel {
function get isStarted():Boolean;
function get nbSteps():uint;
function get currentStep():uint;
function get currentStepLabel():String;
}
}