public class NoEventBusListenerMethodFilter extends Object implements EventBusListenerMethodFilter
EventBusListenerMethod.scope()| Constructor and Description |
|---|
NoEventBusListenerMethodFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Event<?> event)
Criteria used to influence when an
@EventBusListenerMethod
annotated method with this filter defined will execute |
public boolean filter(Event<?> event)
EventBusListenerMethodFilter@EventBusListenerMethod
annotated method with this filter defined will executefilter in interface EventBusListenerMethodFilterevent - EventBus eventCopyright © 2017. All rights reserved.