Agent System POND 1.2 (28.2.2002)

FIM.Util.Threads
Interface TimerAction

All Known Implementing Classes:
AgentTimerQueue

public interface TimerAction

Interface for the listening threads of Timers. The method doTimerAction will be called when the time is elapsed.

Version:
1.0, 1.7.2000
Author:
Michael Sonntag
See Also:
Timer

Method Summary
 void doTimerAction(long id)
          Called when the timer is elapsed.
 

Method Detail

doTimerAction

public void doTimerAction(long id)
Called when the timer is elapsed.
Parameters:
the - id of the timer (retrieve it with Timer.getID)
See Also:
Timer.getID()

Agent System POND 1.2 (28.2.2002)

Submit a bug

Copyright 2001,2002 Michael Sonntag & Institute for Information Processing and Microprocessor Technology (FIM), Johannes-Kepler-University Linz, Altenbergerstr. 69, A-4040 Linz, Austria.