Interface EventSink<E extends Event>

All Known Implementing Classes:
ListenerRegistry

public interface EventSink<E extends Event>
Abstraction of an event sink capable of processing the specified event types.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(E event)
    Processes the specified event.
  • Method Details

    • process

      void process(E event)
      Processes the specified event.
      Parameters:
      event - event to be processed