Interface EventBusEventMatcher

All Superinterfaces:
org.refcodes.mixin.AliasAccessor, org.refcodes.observer.EventMatcher<EventBusEvent>, org.refcodes.matcher.Matchable<EventBusEvent>, org.refcodes.matcher.Matcher<EventBusEvent>, org.refcodes.mixin.Schemable<org.refcodes.matcher.MatcherSchema>
All Known Implementing Classes:
EventBusSugar.CatchAllEventBusMatcher, EventBusSugar.CatchNoneEventBusMatcher

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

    Nested classes/interfaces inherited from interface org.refcodes.mixin.AliasAccessor

    org.refcodes.mixin.AliasAccessor.AliasBuilder<B extends org.refcodes.mixin.AliasAccessor.AliasBuilder<B>>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasProperty
  • Method Summary

    Methods inherited from interface org.refcodes.mixin.AliasAccessor

    getAlias

    Methods inherited from interface org.refcodes.observer.EventMatcher

    isMatching

    Methods inherited from interface org.refcodes.mixin.Schemable

    toSchema