Interface IEventHandler<T>

    • Method Detail

      • handleEvents

        void handleEvents​(T instance,
                          float time,
                          java.lang.Iterable<Event> pastEvents)