Package jadex.commons
Interface IValidator
- 
 public interface IValidatorInterface that can be used for validation, e.g., of text in a textfield.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(java.lang.Object object)Return true when the given object is valid.
 
-