Interface IConnectorEventBroker

All Superinterfaces:
IConnectorEventRegistration

public interface IConnectorEventBroker extends IConnectorEventRegistration
Event broker
Author:
I-D Media AG
  • Method Details

    • getEvent

      @Nullable <T extends IEventHandler> T getEvent(@NotNull @NotNull String sEventId, Class<T> type)
      Get the Event
      Type Parameters:
      T -
      Parameters:
      sEventId -
      type -
      Returns: