Interface TimerCallback<T>

All Known Implementing Classes:
FunctionCallback, FunctionTagCallback
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TimerCallback<T>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle​(T p_82213_, TimerQueue<T> p_82214_, long p_82215_)
     
  • Method Details

    • handle

      void handle(T p_82213_, TimerQueue<T> p_82214_, long p_82215_)