Interface FilterChange


public interface FilterChange
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The filter change cannot be
    described with any of the other enumeration values.
    static final int
    The filter is less strict than
    it was before: All items that it used to return %TRUE for
    still return %TRUE, others now may, too.
    static final int
    The filter is more strict than
    it was before: All items that it used to return %FALSE for
    still return %FALSE, others now may, too.
  • Field Details

    • DIFFERENT

      static final int DIFFERENT
      The filter change cannot be
      described with any of the other enumeration values.
      See Also:
    • LESS_STRICT

      static final int LESS_STRICT
      The filter is less strict than
      it was before: All items that it used to return %TRUE for
      still return %TRUE, others now may, too.
      See Also:
    • MORE_STRICT

      static final int MORE_STRICT
      The filter is more strict than
      it was before: All items that it used to return %FALSE for
      still return %FALSE, others now may, too.
      See Also: