Interface EventHandler<T>

Type Parameters:
T - generic type of the event object

public interface EventHandler<T>
Handler of events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEvent(T event)
     
  • Method Details

    • handleEvent

      void handleEvent(@Nonnull T event)