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

com.panemu.tiwulfx.common.Validator Maven / Gradle / Ivy

Go to download

TiwulFX provides JavaFX custom components specially designed to work with java POJO object.

There is a newer version: 3.4.2
Show newest version
/*
 * 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