Interface EventHandler1<T>


public interface EventHandler1<T>
  • Method Summary

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

    • handle

      void handle(T t)