Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ITimer ¶
type ITimer interface {
Start(sender interface{})
Stop() bool
SetInterval(milSecond int64)
GetElapsedEvent() *events.EventParams[interface{}]
// contains filtered or unexported methods
}
func NewTimeOnce ¶
func NewTimeOnce() ITimer
func NewTimerTick ¶
func NewTimerTick() ITimer
type TimeOnce ¶
type TimeOnce struct {
// contains filtered or unexported fields
}
func (*TimeOnce) GetElapsedEvent ¶
func (_this *TimeOnce) GetElapsedEvent() *events.EventParams[interface{}]
func (*TimeOnce) SetInterval ¶
func (_this *TimeOnce) SetInterval(milSecond int64)
type TimerTick ¶
type TimerTick struct {
// contains filtered or unexported fields
}
func (*TimerTick) GetElapsedEvent ¶
func (_this *TimerTick) GetElapsedEvent() *events.EventParams[interface{}]
func (*TimerTick) SetInterval ¶
func (_this *TimerTick) SetInterval(milSecond int64)
Click to show internal directories.
Click to hide internal directories.