jade.core
Interface TimerListener

All Known Implementing Classes:
Agent

public interface TimerListener

This interface is used by the JADE internal timing system to execute an action scheduled after a given amount of time. It should not be used by application developers.

Author:
Giovanni Caire - TILAB

Method Summary
 void doTimeOut(Timer t)
           
 

Method Detail

doTimeOut

public void doTimeOut(Timer t)