Interface TimeoutTarget

  • All Known Implementing Classes:
    TimeoutFactory.TimeoutTargetImpl

    public interface TimeoutTarget
    The interface of objects that can receive timeouts.
    Version:
    $Revision$
    • Method Detail

      • timedOut

        void timedOut​(Timeout timeout)
        The timeout callback function is invoked when the timeout expires.
        Parameters:
        timeout -