Documentation
¶
Index ¶
- type Counter
- func (c *Counter) Add(qso core.QSO)
- func (c *Counter) Clear()
- func (c *Counter) ContestChanged(contest core.Contest)
- func (c *Counter) Hide()
- func (c *Counter) Notify(listener any)
- func (c *Counter) SetView(view View)
- func (c *Counter) Show()
- func (c *Counter) StartAutoRefresh()
- func (c *Counter) Update(oldQSO, newQSO core.QSO)
- type RateUpdatedListener
- type RateUpdatedListenerFunc
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
func NewCounter ¶
func NewCounter(clock core.Clock, asyncRunner core.AsyncRunner) *Counter
func (*Counter) ContestChanged ¶ added in v0.11.0
func (*Counter) StartAutoRefresh ¶ added in v0.5.0
func (c *Counter) StartAutoRefresh()
type RateUpdatedListener ¶
type RateUpdatedListenerFunc ¶
func (RateUpdatedListenerFunc) RateUpdated ¶
func (f RateUpdatedListenerFunc) RateUpdated(rate core.QSORate)
Click to show internal directories.
Click to hide internal directories.