Interface EventMatch

  • All Known Implementing Classes:
    UeiAlarmMatch, UeiEventMatch

    public interface EventMatch
    An EventMatch is an Interface that is able to specify criteria to match Events An implementation of this interface is a class where you have some criteria to decide if the Event matches or not
    Author:
    antonio
    • Method Detail

      • match

        boolean match​(Event event)
        Method to decide if the Event matches
        Parameters:
        event -
        Returns:
        true if the event match