Interface BusPublisher<E extends org.refcodes.observer.GenericEvent<?>>

Type Parameters:
E - the element type
All Superinterfaces:
org.refcodes.observer.EventMatcher<E>, org.refcodes.matcher.Matcher<E>, org.refcodes.observer.Publisher<E>
All Known Subinterfaces:
EventBus<E,​O,​MATCH,​META,​H>
All Known Implementing Classes:
AbstractEventBus, SimpleEventBus

public interface BusPublisher<E extends org.refcodes.observer.GenericEvent<?>>
extends org.refcodes.observer.EventMatcher<E>, org.refcodes.observer.Publisher<E>
The Interface BusPublisher.
Author:
steiner
  • Method Summary

    Methods inherited from interface org.refcodes.observer.EventMatcher

    isMatching

    Methods inherited from interface org.refcodes.observer.Publisher

    publishEvent