Interface ApplicationEventMatcher

All Superinterfaces:
org.refcodes.observer.EventMatcher<ApplicationBusEvent>, org.refcodes.matcher.Matchable<ApplicationBusEvent>, org.refcodes.matcher.Matcher<ApplicationBusEvent>, org.refcodes.mixin.Schemable<org.refcodes.matcher.MatcherSchema>
All Known Implementing Classes:
ApplicationBusSugar.CatchAllApplicationBusMatcher, ApplicationBusSugar.CatchNoneApplicationBusMatcher

public interface ApplicationEventMatcher extends org.refcodes.observer.EventMatcher<ApplicationBusEvent>
A convenience definition of an EventMatcher for the ready to use out of the box EventBusImpl implementation of the generic GenericEventBus definition.
  • Method Summary

    Methods inherited from interface org.refcodes.observer.EventMatcher

    isMatching

    Methods inherited from interface org.refcodes.mixin.Schemable

    toSchema