Package madkit.message
Interface MessageFilter
- All Known Implementing Classes:
ConversationFilter
,SenderRoleFilter
public interface MessageFilter
Instances of classes that implement this interface are used to
filter messages when consulting the mailbox.
- Since:
- MaDKit 5.0.4
- Version:
- 1
- Author:
- Fabien Michel
-
Method Summary
-
Method Details
-
accept
Tests if a specified message matches the requirement.- Parameters:
m
- the message to test.- Returns:
true
if and only if the message matches the requirement.
-