Documentation ¶
Index ¶
- Variables
- type Events
- func (e *Events) AddFrontend(appFrontend frontend.Frontend)
- func (e *Events) Emit(eventName string, data ...interface{})
- func (e *Events) Notify(sender frontend.Frontend, name string, data ...interface{})
- func (e *Events) Off(eventName string)
- func (e *Events) On(eventName string, callback func(...interface{}))
- func (e *Events) OnMultiple(eventName string, callback func(...interface{}), counter int)
- func (e *Events) Once(eventName string, callback func(...interface{}))
Constants ¶
This section is empty.
Variables ¶
View Source
var DesktopIPC []byte
View Source
var RuntimeDesktopJS []byte
Functions ¶
This section is empty.
Types ¶
type Events ¶
type Events struct {
// contains filtered or unexported fields
}
Events handles eventing
func (*Events) AddFrontend ¶
func (*Events) OnMultiple ¶
Click to show internal directories.
Click to hide internal directories.