Interface EventListener

All Known Implementing Classes:
EventProcessor, EventSource

public interface EventListener
EventSource listener that can be registered to listen for newly received InboundEvent notifications.
Author:
Pavel Bucek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(InboundEvent inboundEvent)
    Invoked when an event is received.
  • Method Details

    • onEvent

      void onEvent(InboundEvent inboundEvent)
      Invoked when an event is received.
      Parameters:
      inboundEvent - received event.