Class ExtensionElementFilter<E extends ExtensionElement>

    • Method Detail

      • accept

        public final boolean accept​(Stanza stanza)
        Description copied from interface: StanzaFilter
        Tests whether or not the specified stanza should pass the filter.
        Specified by:
        accept in interface StanzaFilter
        Parameters:
        stanza - the stanza to test.
        Returns:
        true if and only if stanza passes the filter.
      • accept

        public boolean accept​(E extensionElement)