Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observable ¶
type Observable struct {
// contains filtered or unexported fields
}
func (*Observable) AddListener ¶
func (o *Observable) AddListener(listener func(*Event))
func (*Observable) Notify ¶
func (o *Observable) Notify(event *Event)
Click to show internal directories.
Click to hide internal directories.