Interface ListenerCaller<T>


public interface ListenerCaller<T>
Interface which allows lambdas to be used with fireEvent() methods.
Since:
1.0
Version:
2022-09-14
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(T listener)
     
  • Method Details

    • call

      void call(T listener)