MCPcopy
hub / github.com/lxn/walk / Event

Struct Event

event.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14type EventHandler func()
15
16type Event struct {
17 handlers []eventHandlerInfo
18}
19
20func (e *Event) Attach(handler EventHandler) int {
21 handlerInfo := eventHandlerInfo{handler, false}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected