Interface TimeoutListener<I>

Type Parameters:
I - the timer identifier type

public interface TimeoutListener<I>
A listener to be invoked on timeout of a timer.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    timeout(TimerManager<I> manager, Timer<I> timer)