|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimerListener | |
sale | This package contains the central classes of the Framework. |
sale.events | Event classes for use with the classes in the sale package. |
Uses of TimerListener in sale |
Methods in sale with parameters of type TimerListener | |
void |
StepTimer.addTimerListener(TimerListener tlListener)
Add a TimerListener which will receive TimerEvents triggered by this timer. |
void |
StepTimer.removeTimerListener(TimerListener tlListener)
Remove the given TimerListener. |
void |
Timer.addTimerListener(TimerListener tlListener)
Adds a listener for TimerEvents fired by this timer. |
void |
Timer.removeTimerListener(TimerListener tlListener)
Removes a listener for TimerEvents. |
Uses of TimerListener in sale.events |
Classes in sale.events that implement TimerListener | |
class |
TimerAdapter
An abstract adapter class for receiving timer events. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |