Uses of Interface
se.sics.tasim.aw.TimeListener

Packages that use TimeListener
se.sics.tasim.aw   
se.sics.tasim.sim   
 

Uses of TimeListener in se.sics.tasim.aw
 

Methods in se.sics.tasim.aw with parameters of type TimeListener
protected abstract  void AgentService.addTimeListener(TimeListener listener)
           
protected  void Agent.addTimeListener(TimeListener listener)
          Adds the specified time listener to receive notifications about time units.
protected abstract  void AgentService.removeTimeListener(TimeListener listener)
           
protected  void Agent.removeTimeListener(TimeListener listener)
          Removes the specified time listener so that it no longer receives notifications about time units.
 

Uses of TimeListener in se.sics.tasim.sim
 

Methods in se.sics.tasim.sim that return TimeListener
protected  TimeListener[] Simulation.getTimeListeners()
           
 

Methods in se.sics.tasim.sim with parameters of type TimeListener
protected  void SimulationAgent.addTimeListener(TimeListener listener)
           
protected  void Simulation.addTimeListener(TimeListener listener)
           
protected  void SimulationAgent.removeTimeListener(TimeListener listener)
           
protected  void Simulation.removeTimeListener(TimeListener listener)
           
 



Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.