Class FeedbackPositionForDecodersMatcher

  • All Implemented Interfaces:
    ca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>

    public class FeedbackPositionForDecodersMatcher
    extends Object
    implements ca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>
    • Constructor Detail

    • Method Detail

      • matches

        public boolean matches​(org.bidib.jbidibc.messages.FeedbackPosition position)
        Test whether to include or not include the specified feedback position based on whether or not their decoder is selected.
        Specified by:
        matches in interface ca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>