Package jade.core
Interface TimerListener
-
- All Known Implementing Classes:
Agent,ams,BackEndContainer.AgentImage,BIFEDispatcher,BIFESDispatcher,df,DummyAgent,FrontEndDispatcher,FrontEndSDispatcher,GatewayAgent,GuiAgent,HTTPFEDispatcher,HTTPFESDispatcher,Introspector,LogHelperAgent,LogManagerAgent,rma,ScalabilityTest.BitrateReceiverAgent,ScalabilityTest.BitrateSenderAgent,ScalabilityTest.RTTReceiverAgent,ScalabilityTest.RTTSenderAgent,Sniffer,SocketProxyAgent,TestAgent,TestAgent,TestAgent,ToolAgent,ToolNotifier
public interface TimerListenerThis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoTimeOut(Timer t)
-
-
-
Method Detail
-
doTimeOut
void doTimeOut(Timer t)
-
-