SalesPoint Framework v3.0

Hook: Define New Timer Type


Requirement

A new type of timer that is not provided by the Framework is needed.

Method of Adaptation
Add Feature
Level of Support
Open Ended  
HotSpot
Time management
Participants
Timer, NewTimer

Changes

  1. implementation NewTimer of Timer.
  2. NewTimer implements all methods from Timer using a Time object as delegate.
  3. NewTimer provides a constructor that takes a Time object as parameter, defining the delegate to be used.
  4. define new methods and attributes as necessary.

Constraints

Comments


SalesPoint Framework v3.0