Uses of Interface
org.salespointframework.core.events.TimerListener

Packages that use TimerListener
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 TimerListener in org.salespointframework.core
 

Methods in org.salespointframework.core with parameters of type TimerListener
 void Timer.addTimerListener(TimerListener tlListener)
          Adds a listener for TimerEvents fired by this timer.
 void StepTimer.addTimerListener(TimerListener tlListener)
          Add a TimerListener which will receive TimerEvents triggered by this timer.
 void Timer.removeTimerListener(TimerListener tlListener)
          Removes a listener for TimerEvents.
 void StepTimer.removeTimerListener(TimerListener tlListener)
          Remove the given TimerListener.
 

Uses of TimerListener in org.salespointframework.core.events
 

Classes in org.salespointframework.core.events that implement TimerListener
 class TimerAdapter
          An abstract adapter class for receiving timer events.