Module active_events

Behaviours: gen_event.

Function Index

code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
notify_reload/1
start_link/0
subscribe/2
subscribe_onload/1
subscribe_onnew/1
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/2

handle_call(Request, State) -> any()

handle_event/2

handle_event(X1, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

notify_reload/1

notify_reload(Event) -> any()

start_link/0

start_link() -> any()

subscribe/2

subscribe(Event, Function) -> any()

subscribe_onload/1

subscribe_onload(Function) -> any()

subscribe_onnew/1

subscribe_onnew(Function) -> any()

terminate/2

terminate(Args, State) -> any()


Generated by EDoc