Class SearchTerm

    • Constructor Summary

      Constructors 
      Constructor Description
      SearchTerm()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean match​(Message msg)
      Indicates whether the given message matches this search term.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchTerm

        public SearchTerm()
    • Method Detail

      • match

        public abstract boolean match​(Message msg)
        Indicates whether the given message matches this search term.