Package net.engio.mbassy.listener
Class Filters
java.lang.Object
net.engio.mbassy.listener.Filters
A set of standard filters for common use cases.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
This filter will only accept messages of the exact same type as specified for the handler.static final class
This filter will only accept messages that are real subtypes of the specified message types handled by the message handler. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Filters
public Filters()
-