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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(Event event)
Method to decide if the Event matches
-
-
-
Method Detail
-
match
boolean match(Event event)
Method to decide if the Event matches- Parameters:
event
-- Returns:
- true if the event match
-
-