Interface SelectorFilter

All Known Implementing Classes:
SingleStyleSelectorFilter

public interface SelectorFilter
Interface which is used to establish a filter in order to accept an object or refuse depending on its features
Author:
jaume dominguez faus - jaume.dominguez@iver.es
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the object passes the filter(is accepted)or false on the contrary
  • Method Details

    • accepts

      boolean accepts(Object obj)
      Returns true if the object passes the filter(is accepted)or false on the contrary
      Parameters:
      obj -
      Returns: