JBoss Common Classes 2.2.17.GA-redhat-2

org.jboss.util.timeout
Interface TimeoutTarget


public interface TimeoutTarget

The interface of objects that can receive timeouts.

Version:
$Revision: 2787 $
Author:
Ole Husgaard

Method Summary
 void timedOut(Timeout timeout)
          The timeout callback function is invoked when the timeout expires.
 

Method Detail

timedOut

void timedOut(Timeout timeout)
The timeout callback function is invoked when the timeout expires.

Parameters:
timeout -

JBoss Common Classes 2.2.17.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.