Interface CallbackTriple<T,​M,​R>

    • Method Summary

      Modifier and Type Method Description
      void onEvent​(T t, M m, R r)  
    • Method Detail

      • onEvent

        void onEvent​(T t,
                     M m,
                     R r)