Interface IOnLoadFilter
-
public interface IOnLoadFilterFilter used when loading a recording.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowEventType(String eventTypeId)Predicate for allowing an event type based on identifier.
-
-
-
Method Detail
-
allowEventType
boolean allowEventType(String eventTypeId)
Predicate for allowing an event type based on identifier.- Parameters:
eventTypeId- Event type identifier- Returns:
trueif event type is allowed,falseotherwise.
-
-