|
|||||||||
| Home >> All >> de >> caffeine >> [ jargus overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
de.caffeine.jargus
Interface ValidationHandler

- All Known Subinterfaces:
- ExtendedValidationHandler
- All Known Implementing Classes:
- XMLValidationHandler
- public interface ValidationHandler
ValidationHandler process results of validation process. The intend of ValidationHandlers is similar to those which encouraged the use of listeners in AWT or Handler in SAX: give a simple interface for notification. ValidationHandler are notified if errors or warnings (not yet implemented) occure. They can access the validator object which triggered the event.
- Version:
- $Id: ValidationHandler.java,v 1.2 2001/04/25 18:17:32 blob79 Exp $
| Method Summary | |
void |
error(Validator validator)
Called if a error occures. |
void |
failed()
Validation failed. |
void |
ok()
Validation finished successfull. |
void |
start()
Validation started. |
void |
warning(Validator validator)
Called if a warning occures. |
| Method Detail |
error
public void error(Validator validator)
- Called if a error occures.
warning
public void warning(Validator validator)
- Called if a warning occures.
Not implemented yet!
ok
public void ok()
- Validation finished successfull.
failed
public void failed()
- Validation failed.
start
public void start()
- Validation started.
|
|||||||||
| Home >> All >> de >> caffeine >> [ jargus overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC