JBoss Common Classes 2.2.17.GA

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

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.