Class ConversationFilter

java.lang.Object
madkit.message.ConversationFilter
All Implemented Interfaces:
MessageFilter

public class ConversationFilter extends Object implements MessageFilter
A filter that selects messages based on their conversation ID.
Since:
MaDKit 5.0.4
Version:
0.9
Author:
Fabien Michel
  • Constructor Details

    • ConversationFilter

      public ConversationFilter(Message origin)
      a new filter that acts according to the conversationID of a message.
      Parameters:
      origin - the message's ID which will be used to check the acceptability of message.
  • Method Details

    • accept

      public boolean accept(Message m)
      Description copied from interface: MessageFilter
      Tests if a specified message matches the requirement.
      Specified by:
      accept in interface MessageFilter
      Parameters:
      m - the message to test.
      Returns:
      true if and only if the message matches the requirement.