org.pentaho.platform.dataaccess.datasource.wizard.models
Interface ICsvModelValidationListener


Deprecated. CsvModel is deprecated, so this listener is as well

@Deprecated
public interface ICsvModelValidationListener

Event listener interface for datasource model validation events.


Method Summary
 void onCsvModelInValid()
          Deprecated. Fired when the the model is valid
 void onCsvModelValid()
          Deprecated. Fired when the the model is valid
 

Method Detail

onCsvModelValid

void onCsvModelValid()
Deprecated. 
Fired when the the model is valid


onCsvModelInValid

void onCsvModelInValid()
Deprecated. 
Fired when the the model is valid