Interface EventSender

    • Method Detail

      • sendEvent

        void sendEvent​(AbstractEvent event)
        Sends the given AbstractEvent depending on the environment.
        Parameters:
        event - the event to be send.