All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zkoss.bind.Validator Maven / Gradle / Ivy

There is a newer version: 10.0.0-jakarta
Show newest version
/* Validator.java

	Purpose:
		
	Description:
		
	History:
		2011/9/29 Created by Dennis Chen

Copyright (C) 2011 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.bind;

/**
 * Generic binding validation interface.
 * @author dennis
 * @since 6.0.0
 */
public interface Validator {

	void validate(ValidationContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy