Interface AgendaFilter


public interface AgendaFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Match match)
    Determine if a given match should be fired.
  • Method Details

    • accept

      boolean accept(Match match)
      Determine if a given match should be fired.
      Parameters:
      match - The match that is requested to be fired
      Returns:
      boolean value of "true" accepts the match for firing.