Interface EventHandler<E extends Event,​C extends EventHandlerType>

    • Method Detail

      • getEventType

        Class<E> getEventType()
        Returns:
        Type of events this handler is capable of handling.
      • getEventHandlerConfigurationType

        Class<? extends C> getEventHandlerConfigurationType()
        Returns:
        Type of configuration objects for this event handler. The handler is selected based on exact match of this type.