(msg *Message)
| 2207 | } |
| 2208 | |
| 2209 | func (tc *TimerContents) ReceiveMessage(msg *Message) { |
| 2210 | if msg.Type == MessageVolumeChange { |
| 2211 | if tc.AlarmSound != nil { |
| 2212 | tc.AlarmSound.UpdateVolume() |
| 2213 | } |
| 2214 | } |
| 2215 | } |
| 2216 | |
| 2217 | func (tc *TimerContents) Color() Color { |
| 2218 |
nothing calls this directly
no test coverage detected