Class NoEventBusListenerMethodFilter

java.lang.Object
org.vaadin.spring.events.NoEventBusListenerMethodFilter
All Implemented Interfaces:
EventBusListenerMethodFilter

public class NoEventBusListenerMethodFilter extends Object implements EventBusListenerMethodFilter
A default filter implementation which always returns true.
Author:
Chris Phillipson (fastnsilver@gmail.com)
See Also:
  • Constructor Details

    • NoEventBusListenerMethodFilter

      public NoEventBusListenerMethodFilter()
  • Method Details

    • filter

      public boolean filter(Event<?> event)
      Description copied from interface: EventBusListenerMethodFilter
      Criteria used to influence when an @EventBusListenerMethod annotated method with this filter defined will execute
      Specified by:
      filter in interface EventBusListenerMethodFilter
      Parameters:
      event - EventBus event
      Returns:
      true if filtering condition met; false otherwise