event

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2014 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GlobalEvent = Event("GlobalEvent")
	JobEvent    = Event("JobEvent")
)

Functions

This section is empty.

Types

type Event

type Event string

type EventBus

type EventBus struct {
	// contains filtered or unexported fields
}

func NewEventBus

func NewEventBus() *EventBus

func (*EventBus) AddListener

func (eb *EventBus) AddListener(eType Event, lFunc listenerFunc)

func (*EventBus) Dispatch added in v0.5.0

func (eb *EventBus) Dispatch(ev *Event)

Dispatch calls all listeners registered to the given Event

Jump to

Keyboard shortcuts

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