Package jadex.commons

Interface IValidator


  • public interface IValidator
    Interface that can be used for validation, e.g., of text in a textfield.
    • Method Detail

      • isValid

        boolean isValid​(java.lang.Object object)
        Return true when the given object is valid.