Class ComponentFeedbackMessageFilter

    • Constructor Detail

      • ComponentFeedbackMessageFilter

        public ComponentFeedbackMessageFilter​(Component component)
        Constructor
        Parameters:
        component - The component to filter on
    • Method Detail

      • accept

        public boolean accept​(FeedbackMessage message)
        Specified by:
        accept in interface IFeedbackMessageFilter
        Parameters:
        message - The message to test for inclusion
        Returns:
        True if the message should be included, false to exclude it