event

package
v0.3.0-rc.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2014 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Type    string
	Payload interface{}
	Context interface{}
}

type EventBus

type EventBus struct {
	Channel chan *Event
	// contains filtered or unexported fields
}

func NewEventBus

func NewEventBus() *EventBus

func (*EventBus) AddListener

func (eb *EventBus) AddListener(name string, l interface{})

func (*EventBus) Listen

func (eb *EventBus) Listen(stop chan bool)

func (*EventBus) RemoveListener

func (eb *EventBus) RemoveListener(name string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL