pt.moredata.widgets
Interface DAOFilterListener

All Superinterfaces:
java.util.EventListener

public interface DAOFilterListener
extends java.util.EventListener

Autor : Sergio Ferreira Description :

Interface para comunicacao entre a combo Box e o cliente que esta a pedir para carregar os dados

Author:
aricardo

Method Summary
 boolean isRecordValid(java.lang.Object code, java.lang.Object description)
          Gets the recordValid attribute of the ControlFilterListener object
 

Method Detail

isRecordValid

public boolean isRecordValid(java.lang.Object code,
                             java.lang.Object description)
Gets the recordValid attribute of the ControlFilterListener object

Parameters:
code - Description of the Parameter
description - Description of the Parameter
Returns:
The recordValid value