Uses of Interface
org.salespointframework.core.Timer

Packages that use Timer
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.events Event classes for use with the classes in the sale package. 
 

Uses of Timer in org.salespointframework.core
 

Classes in org.salespointframework.core that implement Timer
 class AutoTimer
          A timer that has the functionality of the StepTimer and additionally can increase the time automatically.
 class StepTimer
          This is a rather simple implementation of the Timer interface.
 

Fields in org.salespointframework.core declared as Timer
protected  Timer Shop.m_trTimer
          The Timer used by this Shop for managing the simulation time.
 

Methods in org.salespointframework.core that return Timer
 Timer Shop.getTimer()
          Get the Shop's timer.
 

Methods in org.salespointframework.core with parameters of type Timer
 void Shop.setTimer(Timer trTimer)
          Set the Shop's Timer.
 

Uses of Timer in org.salespointframework.core.events
 

Constructors in org.salespointframework.core.events with parameters of type Timer
TimerEvent(Timer tSource)
          Create a new TimerEvent