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

com.ksyzt.gwt.client.event.ICheckValue Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ksyzt.gwt.client.event;

// TODO: Auto-generated Javadoc

/**
 * The Interface ICheckValue.
 */
public interface ICheckValue {

    /**
     * Check.
     *
     * @param obj the obj
     * @return true, if successful
     */
    boolean check(Object obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy