Class EventBusSugar.CatchAllEventBusMatcher

java.lang.Object
org.refcodes.observer.AbstractEventMatcher<E>
org.refcodes.observer.CatchAllEventMatcher<EventBusEvent>
org.refcodes.eventbus.EventBusSugar.CatchAllEventBusMatcher
All Implemented Interfaces:
EventBrokerEventMatcher<EventBusEvent>, EventBusEventMatcher, org.refcodes.matcher.Matchable<EventBusEvent>, org.refcodes.matcher.Matcher<EventBusEvent>, org.refcodes.mixin.AliasAccessor, org.refcodes.observer.EventMatcher<EventBusEvent>, org.refcodes.schema.Schemable
Enclosing class:
EventBusSugar

protected static class EventBusSugar.CatchAllEventBusMatcher extends org.refcodes.observer.CatchAllEventMatcher<EventBusEvent> implements EventBusEventMatcher
  • 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
  • Field Summary

    Fields inherited from class org.refcodes.observer.CatchAllEventMatcher

    ALIAS
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Methods inherited from class org.refcodes.observer.CatchAllEventMatcher

    isMatching

    Methods inherited from class org.refcodes.observer.AbstractEventMatcher

    getAlias, toSchema

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.refcodes.observer.EventMatcher

    isMatching

    Methods inherited from interface org.refcodes.matcher.Matcher

    getAlias, toSchema
  • Constructor Details

    • CatchAllEventBusMatcher

      protected CatchAllEventBusMatcher()