gen_event

Functions


behaviour_info(Other) -> term()

start() -> term()

start(Name) -> term()

start_link() -> term()

start_link(Name) -> term()

init_it(Starter, Parent, Name, Mod, Args, Options) -> term()

add_handler(M, Handler, Args) -> term()

add_sup_handler(M, Handler, Args) -> term()

notify(M, Event) -> term()

sync_notify(M, Event) -> term()

call(M, Handler, Query) -> term()

call(M, Handler, Query, Timeout) -> term()

delete_handler(M, Handler, Args) -> term()

swap_handler(M, X2, X3) -> term()

swap_sup_handler(M, X2, X3) -> term()

which_handlers(M) -> term()

stop(M) -> term()

system_continue(Parent, Debug, X3) -> term()

system_terminate(Reason, Parent, Debug, X4) -> term()

system_code_change(X1, Module, OldVsn, Extra) -> term()

format_status(Opt, StatusData) -> term()

View Functions