Package net.engio.mbassy.listener
Class Filters
- java.lang.Object
-
- net.engio.mbassy.listener.Filters
-
public class Filters extends java.lang.ObjectA set of standard filters for common use cases.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilters.RejectSubtypesThis filter will only accept messages of the exact same type as specified for the handler.static classFilters.SubtypesOnlyThis filter will only accept messages that are real subtypes of the specified message types handled by the message handler.
-
Constructor Summary
Constructors Constructor Description Filters()
-