Module gen_event

Function Index

add_handler/3
delete_handler/3
notify/2
start/0
start/2
start_link/0
start_link/2
stop/1
sync_notify/2

Function Details

add_handler/3

add_handler(EventMgrRef, Handler, Args) -> any()

delete_handler/3

delete_handler(EventMgrRef, Handler, Args) -> any()

notify/2

notify(EventMgrRef, Event) -> any()

start/0

start() -> any()

start/2

start(EventMgrName, Options) -> any()

stop/1

stop(EventManagerRef) -> any()

sync_notify/2

sync_notify(EventMgrRef, Event) -> any()