org.objectweb.jass.as.util
Interface TimeoutTarget

All Known Implementing Classes:
ActivityImpl

public interface TimeoutTarget

The interface of objects that can receive timeouts.

Version:
$Revision: 1.1 $
Author:
Ole Husgaard

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

Method Detail

timedOut

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