Interface ObserveRelationFilter


public interface ObserveRelationFilter
Define a (sub-)selection of observe relations. Used by CoapResource.changed(ObserveRelationFilter)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check, if the observe relation should be accepted by this filter.
  • Method Details

    • accept

      boolean accept(ObserveRelation relation)
      Check, if the observe relation should be accepted by this filter.
      Parameters:
      relation - observe relation
      Returns:
      true, if the relation should be selected, false, if not