Module ce_event

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

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

Exported Functions

add_handler/4

add_handler(Arg1, Arg2, Arg3, Arg4) -> term()

add_handlers/2

add_handlers(Arg1, Arg2) -> term()

new_manager/1

new_manager(Arg1) -> term()

notify/4

notify(Arg1, Arg2, Arg3, Arg4) -> term()

test/0

test() -> term()