MCPcopy
hub / github.com/gdamore/tcell / Event

Interface Event

event.go:23–26  ·  view source on GitHub ↗

Event is a generic interface used for passing around Events. Concrete types follow.

Source from the content-addressed store, hash-verified

21// Event is a generic interface used for passing around Events.
22// Concrete types follow.
23type Event interface {
24 // When reports the time when the event was generated.
25 When() time.Time
26}
27
28// EventTime is a simple base event class, suitable for easy reuse.
29// It can be used to deliver actual timer events as well.

Callers 1

KeyToUTFMethod · 0.65

Implementers 3

EventTimeevent.go
EventPastepaste.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…