Module ce_event

Super-simple generic synchronous event handler.

Description

Super-simple generic synchronous event handler.

This module differs from gen_event in several significant ways:

Event handlers are passed the state, initially given by the cause of the event. Each handler may return:

Function Index

add_handler/4
add_handlers/2
new_manager/1
notify/4
test/0

Function Details

add_handler/4

add_handler() -> term()

add_handlers/2

add_handlers() -> term()

new_manager/1

new_manager() -> term()

notify/4

notify() -> term()

test/0

test() -> term()


Generated by EDoc, Feb 18 2008, 06:47:45.