Package jadex.commons
Interface IValidator
-
- All Known Implementing Classes:
ParserValidator
public interface IValidator
Interface that can be used for validation, e.g., of text in a textfield.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(java.lang.Object object)
Return true when the given object is valid.
-