Interface AgendaFilter


  • public interface AgendaFilter
    • Method Detail

      • 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.