Package jadex.common

Interface IValidator


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

    Modifier and Type
    Method
    Description
    boolean
    isValid(Object object)
    Return true when the given object is valid.
  • Method Details

    • isValid

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