zntg/ui/eventtarget.go

6 lines
58 B
Go
Raw Normal View History

package ui
type EventTarget interface {
Handle(Event)
}