public interface EDOCValidatorListener
An application implements a EDOCValidatorListener and passes it to the EDOC.validate(EDOCValidatorListener)
method so that it may interact with the application to notify about the validation process events being processed.
| Modifier and Type | Method and Description |
|---|---|
void |
doCheck(int type)
Method is invoked when EDOC validation check is performed.
|
void doCheck(int type)
type - the type of the check being performed.
Available result types are defined by the EDOCValidatorResult class.