Class EventBusSugar.CatchAllEventBusMatcher

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

protected static class EventBusSugar.CatchAllEventBusMatcher extends org.refcodes.observer.CatchAllEventMatcher<EventBusEvent> implements EventBusEventMatcher
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Methods inherited from class org.refcodes.observer.CatchAllEventMatcher

    isMatching, 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.mixin.Schemable

    toSchema
  • Constructor Details

    • CatchAllEventBusMatcher

      protected CatchAllEventBusMatcher()