Class ForEveryMessage

  • All Implemented Interfaces:
    org.jivesoftware.smack.filter.StanzaFilter, org.jivesoftware.smack.util.Predicate<org.jivesoftware.smack.packet.Stanza>

    public final class ForEveryMessage
    extends java.lang.Object
    implements org.jivesoftware.smack.filter.StanzaFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.jivesoftware.smack.packet.Stanza packet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jivesoftware.smack.filter.StanzaFilter

        asPredicate, test
    • Method Detail

      • accept

        public boolean accept​(org.jivesoftware.smack.packet.Stanza packet)
        Specified by:
        accept in interface org.jivesoftware.smack.filter.StanzaFilter