#60 closed enhancement (fixed)
Fit RaceEngine to needed requirenments of the RaceView
Reported by: | Florian Roth | Owned by: | Florian Roth |
---|---|---|---|
Priority: | critical | Milestone: | MS1: First release (1.0.0) |
Component: | racelogic | Version: | pre-1.0 |
Keywords: | RaceEngine | Cc: |
Description
- The RaceEngine? must be startable and stoped from outside.
- The RaceEnigne? must hold and repaint an RaceView?
Change History (6)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
New commit by froth (revision [200]):
[Related to ticket #60] fixed a found bug in RaceTimer? there could be more than one timer running
i added the state isTimerRunning so that its save that there are not two timers running if you call startRaceTimer twice :-)
comment:3 Changed 16 years ago by
Component: | unspecified → racelogic |
---|
comment:4 Changed 16 years ago by
Status: | new → assigned |
---|
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
New commit by froth (revision [199]):
[Related to ticket #60] fitted the RaceEngine? to our purpose and added an RaceView? interface
Now the RaceEngine? is open to get accessed from outside and holds an instance of RaceView? given on startRaceTimer. In raceTimerInterval configured in jacavi.properties and over configurationBeans.xml the RaceView? will be repainted.
I created the Interface just for implementing the RaceEngine? don't know if there is further need if the real RaceView? exists