Package org.refcodes.eventbus
Interface BusMatcher
-
- All Superinterfaces:
org.refcodes.observer.EventMatcher<BusEvent>
,org.refcodes.matcher.Matcher<BusEvent>
public interface BusMatcher extends org.refcodes.observer.EventMatcher<BusEvent>
A convenience definition of anEventMatcher
for the ready to use out of the boxEventBusImpl
implementation of the genericGenericEventBus
definition.