Interface EventHandler<T extends Event>

Type Parameters:
T - parameterized event of type T

@Public @Evolving public interface EventHandler<T extends Event>
Interface for handling events of type T
  • Method Summary

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

    • handle

      void handle(T event)