Interface IConnectorEvent<T extends IEventHandler>

Type Parameters:
T -

public interface IConnectorEvent<T extends IEventHandler>
A Connector event
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Class<T>
    get()
    Get the handler class to associate with this event
    @NotNull String
    Get the event ID
  • Method Details

    • getId

      @NotNull @NotNull String getId()
      Get the event ID
      Returns:
    • get

      @NotNull @NotNull Class<T> get()
      Get the handler class to associate with this event
      Returns: