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

All Known Implementing Classes:
DatasourceModel

public interface IRelationalModelValidationListener

Event listener interface for datasource model validation events.


Method Summary
 void onRelationalModelInValid()
          Fired when the the model is valid
 void onRelationalModelValid()
          Fired when the the model is valid
 

Method Detail

onRelationalModelValid

void onRelationalModelValid()
Fired when the the model is valid


onRelationalModelInValid

void onRelationalModelInValid()
Fired when the the model is valid