Interface Handler<T>


public interface Handler<T>
  • Method Summary

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

    • handle

      void handle(T e)