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

de.jformchecker.utils.FormCheckerBean Maven / Gradle / Ivy

There is a newer version: 0.1.18
Show newest version
package de.jformchecker.utils;

import de.jformchecker.FormCheckerForm;

/**
 * Interface, that helps beans to be transformed to/from a FormcheckerForm
 * @author jochen
 *
 */
public interface FormCheckerBean {
	public void preRun(FormCheckerForm form) ;
	
	public void postRun(FormCheckerForm form);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy