Interface Predicate

All Known Implementing Classes:
ContentTypePredicate, ContextualPredicate, EntryPredicate, FalsePredicate, GeospatialPredicate, TemporalPredicate, TruePredicate, XPathPredicate

public interface Predicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(org.osgi.service.event.Event event)
     
  • Method Details

    • matches

      boolean matches(org.osgi.service.event.Event event)