Interface EventPublisher<T>

All Known Subinterfaces:
Registry.EventPublisher<E>
All Known Implementing Classes:
EventProcessor

public interface EventPublisher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(EventConsumer<T> onEventConsumer)
     
  • Method Details