com.ksyzt.gwt.client.event.ICheckValue Maven / Gradle / Ivy
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