Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Select Timer Type
Requirement
The type of timer must be selected. Either a method needs to be called explicitly for every timer tick or the timer can produce ticks regularly in a separate Thread.
Method of Adaptation
Replace Feature
Level of Support
Single Option
HotSpot
Time management
Hooks used
Define New Timer Type
Participants
StepTimer
,
AutoTimer
, SelectedTimer
Changes
choose: How should timer ticks be controlled?
if application needs to control when timer ticks occur:
SelectedTimer = StepTimer.
if timer ticks should occur regularly in defined intervals:
SelectedTimer = AutoTimer.
if other:
SelectedTimer =
Define New Timer Type
[NewTimer].
Constraints
For incorporation of the selected timer, usage of the
Define Time Representation
and the
Incorporate Timer
hooks is recommended.
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES