
com.panemu.tiwulfx.common.Validator Maven / Gradle / Ivy
Go to download
TiwulFX provides JavaFX custom components specially designed to work with java POJO object.
/*
* License GNU LGPL
* Copyright (C) 2012 Amrullah .
*/
package com.panemu.tiwulfx.common;
/**
*
* @author Amrullah
*/
public interface Validator {
/**
* Validate the value.
* @param value
* @return null if the value is valid. Otherwise return invalid message
*/
String validate(T value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy