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

All Known Implementing Classes:
DatasourceModel

public interface ICsvModelValidationListener

Event listener interface for datasource model validation events.


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

Method Detail

onCsvModelValid

void onCsvModelValid()
Fired when the the model is valid


onCsvModelInValid

void onCsvModelInValid()
Fired when the the model is valid